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.

A117869 Partial sums of A000149.

Original entry on oeis.org

1, 3, 10, 30, 84, 232, 635, 1731, 4711, 12814, 34840, 94714, 257468, 699881, 1902485, 5171502, 14057612, 38212564, 103872533, 282354833, 767520028, 2086335762, 5671248608, 15416052054, 41905174183, 113910073520, 309639682948
Offset: 0

Views

Author

Jonathan Vos Post, May 02 2006

Keywords

Crossrefs

Cf. A000149.

Programs

  • Mathematica
    Accumulate[Floor[E^Range[0,4000]]] (* Harvey P. Dale, Jul 18 2011 *)