login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A373346
Row sums of A373345.
5
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,2
MATHEMATICA
Join[{1}, Map[Total[PositionIndex[Reverse[IntegerDigits[#, 2]]][1]] &, Select[Range[2, 200, 2], DigitCount[#, 2, 1] <= IntegerExponent[#, 2] + 1 &]]]
CROSSREFS
Cf. A373345.
Sequence in context: A329402 A339263 A179475 * A262564 A222240 A309151
KEYWORD
nonn,easy,base
AUTHOR
Paolo Xausa, Jun 01 2024
STATUS
approved