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.

A100734 a(n) = (5*n)!.

Original entry on oeis.org

1, 120, 3628800, 1307674368000, 2432902008176640000, 15511210043330985984000000, 265252859812191058636308480000000, 10333147966386144929666651337523200000000
Offset: 0

Views

Author

Ralf Stephan, Dec 08 2004

Keywords

Crossrefs

Programs

Formula

E.g.f.: 1/(1-x^5).
From Ilya Gutkovskiy, Jan 20 2017: (Start)
a(n) ~ sqrt(2*Pi)*5^(5*n + 1/2)*n^(5*n + 1/2)/exp(5*n).
Sum_{n>=0} 1/a(n) = A269296. (End)