OFFSET
0,3
COMMENTS
A322000 lists all nonnegative integers m ordered by increasing "decibinary" value N = A028897(m) = Sum d[i]*2^i where d[i] are the decimal digits of m. A072170(N,10) says in how many ways a given N can be written in that way. Accordingly, this is also the length of runs of identical values A028897(A322000(k)), and the partial sums, listed here as a(k), give the indices of A322000 where the decibinary value of the terms go up by one.
FORMULA
a(n) = Sum_{0 <= k < n} A072170(k,10).
PROG
CROSSREFS
KEYWORD
nonn
AUTHOR
M. F. Hasler, Feb 19 2019
STATUS
approved