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.

A293168 Partial sums of A054868.

Original entry on oeis.org

0, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 13, 14, 16, 18, 19, 20, 21, 22, 24, 25, 27, 29, 30, 31, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 47, 48, 50, 52, 53, 54, 56, 58, 59, 61, 62, 63, 65, 66, 68, 70, 71, 73, 74, 75, 77, 79, 80, 81, 83, 84, 86, 88, 90, 91, 92, 93, 95, 96, 98, 100, 101, 102, 104, 106
Offset: 0

Views

Author

N. J. A. Sloane, Oct 17 2017

Keywords

Crossrefs

This is the next term in the sequence A000120, A000788, A054868.

Programs

  • Mathematica
    Accumulate[Table[DigitCount[DigitCount[n, 2, 1], 2, 1], {n, 0, 100}]] (* Amiram Eldar, Jul 20 2023 *)