A048722 Reversed binary packing of Fibonacci sequence A000045.
0, 1, 3, 7, 29, 233, 7457, 1908993, 15638470657, 32796250015268865, 563435284988077103288156161, 20299895516157546089301785397257605216206849, 12565026726380593749379544715414757684521993402717913413208480665305089
Offset: 0
Keywords
Formula
a(0) = 0, a(n) = (a(n-1)*(2^(Fib(n-1)))) + 1