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.

A121279 Ceiling((Pi/e)^n).

Original entry on oeis.org

1, 2, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 6, 7, 8, 9, 11, 12, 14, 16, 19, 21, 25, 28, 33, 38, 44, 50, 58, 67, 77, 89, 103, 119, 138, 159, 184, 212, 245, 283, 327, 378, 437, 505, 583, 674, 779, 900, 1041, 1203, 1390, 1606, 1856, 2145, 2479, 2865, 3311, 3827, 4422, 5111, 5907
Offset: 0

Views

Author

Mohammad K. Azarian, Aug 24 2006

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Ceiling[(Pi/E)^n], {n, 0, 70}] (* Vincenzo Librandi, Feb 23 2013 *)

Extensions

Changed offset from 1 to 0 by Vincenzo Librandi, Feb 23 2013