OFFSET
1,2
COMMENTS
Also, this is a row of the square array A255741.
LINKS
Michael De Vlieger, Table of n, a(n) for n = 1..16384
Hsien-Kuei Hwang, Svante Janson, and Tsung-Hsi Tsai, Identities and periodic oscillations of divide-and-conquer recurrences splitting at half, arXiv:2210.10968 [cs.DS], 2022, p. 33.
MATHEMATICA
Accumulate@ MapAt[Floor, Array[9*8^(DigitCount[# - 1, 2, 1] - 1) &, 43], 1] (* Michael De Vlieger, Nov 03 2022 *)
PROG
(PARI) lista(nn) = {s = 1; for (n=2, nn, print1(s, ", "); s += 9*8^(hammingweight(n-1)-1); ); } \\ Michel Marcus, Mar 15 2015
CROSSREFS
KEYWORD
nonn
AUTHOR
Omar E. Pol, Mar 05 2015
EXTENSIONS
More terms from Michel Marcus, Mar 15 2015
STATUS
approved