A293168 Partial sums of A054868.
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
Links
- Amiram Eldar, Table of n, a(n) for n = 0..10000
- Richard Bellman and Harold N. Shapiro, On a problem in additive number theory, Annals Math., 49 (1948), 333-340.
Programs
-
Mathematica
Accumulate[Table[DigitCount[DigitCount[n, 2, 1], 2, 1], {n, 0, 100}]] (* Amiram Eldar, Jul 20 2023 *)
Comments