Factorial notation is a mathematical expression that greatly simplifies the description of multiplying a series of descending natural numbers. The notation for the factorial of a non-negative integer 'n' is 'n!'. It is defined as the product of all positive integers less than or equal to 'n'.
Mathematically, it is expressed as \[ n! = n \times (n-1) \times (n-2) \times ... \times 2 \times 1. \] Factorial notation is particularly useful in permutations, combinations, and other areas of combinatorics. It's also seen in the coefficients of a binomial expansion and plays a key role in probability and various mathematical series.
- The factorial of 0 is defined to be 1 (0! = 1).
- Factorials only apply to non-negative integers.
In the context of the Gamma function, factorial notation becomes relevant when working with positive integer inputs, which is reflected in \( \Gamma(n+1) = n \Gamma(n) \) and in turn suggests a profound relationship between factorials and the Gamma function.