cp's OEIS Frontend

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.

A114045 a(n) = n*a(n-1)! with a(0) = 0, a(1) = 1.

Original entry on oeis.org

0, 1, 2, 6, 2880
Offset: 0

Views

Author

Parthasarathy Nambi, Feb 01 2006

Keywords

Comments

The next term is too large to include.

Examples

			If n=4, then a(4) = 4*a(3)! = 4*6! = 2880.
		

Crossrefs