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”).

Reversed binary packing of Fibonacci sequence A000045.
3

%I #9 Mar 23 2021 04:52:33

%S 0,1,3,7,29,233,7457,1908993,15638470657,32796250015268865,

%T 563435284988077103288156161,

%U 20299895516157546089301785397257605216206849,12565026726380593749379544715414757684521993402717913413208480665305089

%N Reversed binary packing of Fibonacci sequence A000045.

%F a(0) = 0, a(n) = (a(n-1)*(2^(Fib(n-1)))) + 1

%Y Cf. A000045, A005203, A048721, A036571.

%K nonn

%O 0,3

%A Antti Karttunen, Mar 30 1999