Fakultetsfunktionen
Fakultetsfunktionen, often denoted n!, assigns to each nonnegative integer n the product 1×2×...×n, with 0! defined as 1. It counts the number of ways to arrange n distinct objects in a line (permutations) and appears in formulas such as binomial coefficients and probability calculations.
Analytically, the factorial function extends beyond integers through the gamma function Γ(z). For integers, n! = Γ(n+1).
Key properties include the recurrence n! = n × (n−1)!, the initial condition 0! = 1, and the
Combinatorially, n! is the number of permutations of n distinct objects. It features in binomial coefficients