login
A050059
a(n)=a(n-1)+a(m), where m=2n-2-2^(p+1) and 2^p<n-1<=2^(p+1), for n >= 4.
11
1, 3, 1, 4, 8, 11, 15, 26, 52, 55, 59, 70, 96, 151, 221, 372, 744, 747, 751, 762, 788, 843, 913, 1064, 1436, 2183, 2945, 3788, 4852, 7035, 10823, 17858, 35716, 35719, 35723, 35734, 35760, 35815, 35885, 36036, 36408, 37155, 37917
OFFSET
1,2
LINKS
MATHEMATICA
Fold[Append[#1, #1[[-1]] + #1[[#2]]] &, {1, 3, 1}, Flatten@Table[2 k, {n, 5}, {k, 2^n}]] (* Ivan Neretin, Sep 07 2015 *)
CROSSREFS
Cf. A050027, A050031, A050035, A050039, A050043, A050047, A050051, A050055, A050063, A050067, A050071 (similar, but with different initial conditions).
Sequence in context: A057049 A245672 A303029 * A025121 A025097 A122115
KEYWORD
nonn
STATUS
approved