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.

A068741 a(n) = (n^n)!.

Original entry on oeis.org

1, 1, 24, 10888869450418352160768000000
Offset: 0

Views

Author

Henry Bottomley, Feb 26 2002

Keywords

Comments

Next term: 857817775342842654119...0 (507 digits). - Vladimir Joseph Stephan Orlovsky, Dec 03 2008

Examples

			a(0) = (0^0)! = 1! = 1;
a(1) = (1^1)! = 1! = 1;
a(2) = (2^2)! = 4! = 24;
a(3) = (3^3)! = 27! = 10888869450418352160768000000.
		

Crossrefs

Programs

Formula

a(n) = A000142(A000312(n)). - Michel Marcus, Jan 12 2015