A114045 a(n) = n*a(n-1)! with a(0) = 0, a(1) = 1.
0, 1, 2, 6, 2880
Offset: 0
Keywords
Examples
If n=4, then a(4) = 4*a(3)! = 4*6! = 2880.
This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
Comments