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.

A087374 Smallest square >= n!.

Original entry on oeis.org

1, 4, 9, 25, 121, 729, 5041, 40401, 363609, 3629025, 39917124, 479040769, 6227103744, 87178467600, 1307674583296, 20922793332736, 355687454263684, 6402373820077225, 121645100663836929, 2432902009335560361
Offset: 1

Views

Author

Amarnath Murthy, Sep 09 2003

Keywords

Programs

  • Mathematica
    ssn[n_]:=Module[{sr=Sqrt[n]},If[IntegerQ[sr],n,(Floor[sr]+1)^2]]; ssn/@ (Range[20]!) (* Harvey P. Dale, Dec 16 2013 *)

Extensions

More terms from David Wasserman, May 24 2005