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.

A121827 Ceiling ((Pi+e)n).

Original entry on oeis.org

6, 12, 18, 24, 30, 36, 42, 47, 53, 59, 65, 71, 77, 83, 88, 94, 100, 106, 112, 118, 124, 129, 135, 141, 147, 153, 159, 165, 170, 176, 182, 188, 194, 200, 206, 211, 217, 223, 229, 235, 241, 247, 252, 258, 264, 270, 276, 282, 288, 293, 299, 305, 311, 317, 323, 329
Offset: 1

Views

Author

Mohammad K. Azarian, Aug 27 2006

Keywords

Crossrefs

Cf. A121282.

Programs

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