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.

A373346 Row sums of A373345.

Original entry on oeis.org

1, 2, 3, 5, 4, 6, 7, 5, 7, 8, 9, 12, 6, 8, 9, 10, 13, 11, 14, 15, 7, 9, 10, 11, 14, 12, 15, 16, 13, 16, 17, 18, 22, 8, 10, 11, 12, 15, 13, 16, 17, 14, 17, 18, 19, 23, 15, 18, 19, 20, 24, 21, 25, 26, 9, 11, 12, 13, 16, 14, 17, 18, 15, 18, 19, 20, 24, 16, 19, 20, 21, 25
Offset: 1

Views

Author

Paolo Xausa, Jun 01 2024

Keywords

Crossrefs

Cf. A373345.

Programs

  • Mathematica
    Join[{1}, Map[Total[PositionIndex[Reverse[IntegerDigits[#, 2]]][1]] &, Select[Range[2, 200, 2], DigitCount[#, 2, 1] <= IntegerExponent[#, 2] + 1 &]]]