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.

A157132 Factorial of primes divided by prime numbers' respective places in the sequence of primes.

Original entry on oeis.org

2, 3, 40, 1260, 7983360, 1037836800, 50812489728000, 15205637551104000, 2872446304320552960000, 884176199373970195454361600000, 747530786743447528884142080000000
Offset: 1

Views

Author

Jeremy Cahill (jcahill(AT)inbox.com), Feb 23 2009

Keywords

Examples

			E.g. leading term = 2!/1 = 2, second term = 3!/2 = 3, third term = 5!/3 = 40, etc.
		

Crossrefs

Terms of A039716 divided by sequence of natural numbers A000027
Cf. A177946. [From Reinhard Zumkeller, May 15 2010]

Programs

Formula

a(n) = prime(n)!/n.