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.

A121838 Ceiling((Pi+e)^n).

Original entry on oeis.org

6, 35, 202, 1180, 6910, 40489, 237257, 1390294, 8146946, 47740080, 279750873, 1639304998, 9606121524, 56290666386, 329856239533, 1932916160782, 11326646086502, 66372724369488, 388935833836820, 2279115167854767
Offset: 1

Views

Author

Mohammad K. Azarian, Aug 28 2006

Keywords

Crossrefs

Cf. A121282.

Programs

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