Factorial: Difference between revisions
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
==Behavior== | ==Behavior== | ||
===Initial values=== | |||
The initial values of <math>k!</math> for <math>k=0,1,2,3,4,\dots</math> are given as: <section begin="list"/>[[1]], [[2]], [[6]], [[24]], [[120]], [[720]], [[5040]], [[40320]], [[362880]] [[Oeis:A000142|View list on OEIS]]<section end="list"/> | |||
==Related notions== | ==Related notions== |
Revision as of 17:52, 3 July 2012
Definition
Let be a nonnegative integer. The factorial of , denoted , and read as n factorial, is defined as the product of all the natural numbers from to . Note that is defined as .
is also the order of the symmetric group, or the group of all permutations, on a set of size .
Behavior
Initial values
The initial values of for are given as:
1, 2, 6, 24, 120, 720, 5040, 40320, 362880 View list on OEIS
Related notions
- lcm of all numbers so far: This is the exponential of the second Chebyshev function and also equals the exponent of the symmetric group of degree .
- Maximum product over additive partitions
- Maximum lcm over additive partitions
- Primorial is the product of the first few primes.