login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A133147
a(n) = a(n-1) + Sum_{k=0..floor(log_2(n-1))} a(2^k), a(1) = 1.
1
1, 2, 5, 8, 19, 30, 41, 52, 115, 178, 241, 304, 367, 430, 493, 556, 1175, 1794, 2413, 3032, 3651, 4270, 4889, 5508, 6127, 6746, 7365, 7984, 8603, 9222, 9841, 10460, 21539, 32618, 43697, 54776, 65855, 76934, 88013, 99092, 110171, 121250, 132329
OFFSET
1,2
EXAMPLE
a(7) = a(6) + a(1)+a(2)+a(4) = 30 + 1+2+8 = 41;
a(8) = a(7) + a(1)+a(2)+a(4) = 41 + 1+2+8 = 52;
a(9) = a(8) + a(1)+a(2)+a(4)+a(8) = 52 + 1+2+8+52 = 115;
a(10) = a(9) + a(1)+a(2)+a(4)+a(8) = 115 + 1+2+8+52 = 178.
CROSSREFS
Sequence in context: A256723 A032063 A320426 * A358828 A082630 A025078
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Dec 16 2007
STATUS
approved