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.

A260754 a(n) = prime(n+1)! / prime(n).

Original entry on oeis.org

3, 40, 1008, 5702400, 566092800, 27360571392000, 7155594141696000, 1360632459941314560000, 384424434510421824110592000000, 283546160488893890266398720000000
Offset: 1

Views

Author

Altug Alkan, Aug 20 2015

Keywords

Examples

			a(2) = 5! / 3 = 40.
		

Crossrefs

Programs

Formula

a(n) = prime(n+1)! / prime(n) = A039716(n+1) / A000040(n).
10^(n-1)|a(n+3) for n>=0. - G. C. Greubel, Aug 20 2015