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.

A065731 Largest square <= n!.

Original entry on oeis.org

1, 1, 1, 4, 16, 100, 676, 4900, 40000, 362404, 3625216, 39904489, 478996996, 6226945921, 87177877081, 1307672296225, 20922784184449, 355687416544329, 6402373660047556, 121645099966283776, 2432902006216007824, 51090942169052381124, 1124000727752683686724
Offset: 0

Views

Author

Labos Elemer, Nov 15 2001

Keywords

Crossrefs

Programs

Formula

a(n) = floor(sqrt(n!))^2.
a(n) = A048760(A000142(n)).

Extensions

Offset changed from 1 to 0 by Harry J. Smith, Oct 28 2009