editing
approved
editing
approved
The (10^k_)-th term: 0, 3, 36, 355, 3549, 35494, 354942, ... - Robert G. Wilson v, Sep 19 2014
approved
editing
editing
approved
More terms from _Robert G. Wilson_, v_, Aug 17 2009
a[0] = 0; a[1] = 1; a[n_] := a[n] = Block[{p = 2^(Ceiling[Log[2, n]] - 1)}, a[p] + a[n - 1 - p]]; Table[ a@n, {n, 0, 100}] (* _Robert G. Wilson_, v_, Aug 17 2009 *)
approved
editing
proposed
approved
editing
proposed
The position of where n first appears: 0, 1, 4, 6, 10, 13, 15, 18, 21, 23, 27, 30, 32, 34, 37, 39, 43, 46, 48, 51, 54, 56, 60, 63, 66, 69, …, . _.. - _Robert G. Wilson v_, Sep 19 2014
The 10^k_th term: 0, 3, 36, 355, 3549, 35494, 354942, …, . _.. - _Robert G. Wilson v_, Sep 19 2014
Then the definition says that the k-th block is the final term of the previous block added to the sequence starting from the beginning (e.g. , 34445566 = 3 + 01112233).
approved
editing
proposed
approved
editing
proposed