A054636 Partial sums of A054634.
0, 1, 3, 6, 10, 15, 21, 28, 29, 29, 30, 31, 32, 34, 35, 38, 39, 43, 44, 49, 50, 56, 57, 64, 66, 66, 68, 69, 71, 73, 75, 78, 80, 84, 86, 91, 93, 99, 101, 108, 111, 111, 114, 115, 118, 120, 123, 126, 129, 133, 136, 141, 144, 150, 153, 160, 164, 164
Offset: 0
Links
- Michael De Vlieger, Table of n, a(n) for n = 0..10000
Programs
-
Mathematica
Accumulate@ Flatten[IntegerDigits[Range[0, 32], 8]] (* Michael De Vlieger, Mar 09 2022 *)
Comments