Under OEIS A000142, a Factorial is the product of all positive integers smaller than or equal to the number.
First 6 such numbers are 1, 1, 2, 6, 24, 120
Usage
Factorial(n, gmp = TRUE)
Value
a vector of length n containing first entries from the sequence.
Arguments
n
the number of first n entries from the sequence.
gmp
a logical; TRUE to use large number representation, FALSE otherwise.