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.

A373853 Row sums of A373557.

Original entry on oeis.org

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

Views

Author

Paolo Xausa, Jun 19 2024

Keywords

Crossrefs

Programs

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

Formula

Conjecture: a(n) = A373346(n) + A007895(n).