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”).

A373853
Row sums of A373557.
4
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,1
FORMULA
Conjecture: a(n) = A373346(n) + A007895(n).
MATHEMATICA
Join[{2}, Map[Total[PositionIndex[Reverse[IntegerDigits[#, 2]]][1]] &, Select[Range[4, 1000, 4], DigitCount[#, 2, 1] < IntegerExponent[#, 2] + 1 &]]]
CROSSREFS
KEYWORD
nonn,easy,base
AUTHOR
Paolo Xausa, Jun 19 2024
STATUS
approved