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.

A121831 a(n) = floor((Pi + e)^n).

Original entry on oeis.org

1, 5, 34, 201, 1179, 6909, 40488, 237256, 1390293, 8146945, 47740079, 279750872, 1639304997, 9606121523, 56290666385, 329856239532, 1932916160781, 11326646086501, 66372724369487, 388935833836819, 2279115167854766
Offset: 0

Views

Author

Mohammad K. Azarian, Aug 27 2006

Keywords

Crossrefs

Cf. A059742 (Pi+e), A121282.

Programs

  • Mathematica
    Table[Floor[(Pi + E)^n], {n, 0, 80}] (* Vincenzo Librandi, Feb 21 2013 *)

Extensions

Offset changed by Georg Fischer, Sep 02 2022