a(0) = 0, a(n) = a(n - 1)*2^(n + 1) + 2^n - 1. That is, add one 0 and n 1's to the binary representation of previous term.
A215203
a(0) = 0, a(n) = a(n - 1)*2^(n + 1) + 2^n - 1. That is, add one 0 and n 1's to the binary representation of previous term.
Terms
- a(0) =0a(1) =1a(2) =11a(3) =183a(4) =5871a(5) =375775a(6) =48099263a(7) =12313411455
External references
- oeis: A215203