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.

A105644 a(n) = floor((Pi+e)*n).

Original entry on oeis.org

0, 5, 11, 17, 23, 29, 35, 41, 46, 52, 58, 64, 70, 76, 82, 87, 93, 99, 105, 111, 117, 123, 128, 134, 140, 146, 152, 158, 164, 169, 175, 181, 187, 193, 199, 205, 210, 216, 222, 228, 234, 240, 246, 251, 257, 263, 269, 275, 281, 287, 292, 298, 304, 310, 316, 322
Offset: 0

Views

Author

Zak Seidov, May 03 2005

Keywords

Crossrefs

Cf. floor[n*pi], A022844; floor[n*e], A022843.
Cf. A121282.

Programs

  • Mathematica
    Table[Floor[n*(E+Pi)], {n, 0, 50}]

Extensions

More terms from Mohammad K. Azarian, Aug 27 2006
Entry revised by N. J. A. Sloane, Jan 31 2007