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.

A054636 Partial sums of A054634.

Original entry on oeis.org

0, 1, 3, 6, 10, 15, 21, 28, 29, 29, 30, 31, 32, 34, 35, 38, 39, 43, 44, 49, 50, 56, 57, 64, 66, 66, 68, 69, 71, 73, 75, 78, 80, 84, 86, 91, 93, 99, 101, 108, 111, 111, 114, 115, 118, 120, 123, 126, 129, 133, 136, 141, 144, 150, 153, 160, 164, 164
Offset: 0

Views

Author

N. J. A. Sloane, Apr 16 2000

Keywords

Crossrefs

Programs

  • Mathematica
    Accumulate@ Flatten[IntegerDigits[Range[0, 32], 8]] (* Michael De Vlieger, Mar 09 2022 *)