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.

A121247 Floor((Pi*n)^n).

Original entry on oeis.org

3, 39, 837, 24936, 956311, 44854574, 2487341345, 159191134379, 11548655840413, 936480474760830, 83939839868599397, 8240876863689762814, 879451562846500470846, 101365628435563005374929
Offset: 1

Views

Author

Mohammad K. Azarian, Aug 22 2006

Keywords

Crossrefs

Cf. A062541.

Programs

  • Mathematica
    Table[Floor[(Pi n)^n], {n, 20}] (* Harvey P. Dale, Nov 08 2011 *)