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.

A261457 a(n) = prime(n)! - n!.

Original entry on oeis.org

1, 4, 114, 5016, 39916680, 6227020080, 355687428090960, 121645100408791680, 25852016738884976277120, 8841761993739701954543612371200, 8222838654177922817725562840083200, 13763753091226345046315979581580901920998400
Offset: 1

Views

Author

Altug Alkan, Aug 19 2015

Keywords

Examples

			The 3rd prime is 5, a(3)= 5! - 3! = 114.
		

Crossrefs

Programs

Formula

a(n) = prime(n)! - n! = A039716(n) - A000142(n).