a(0)=0, a(1)=1; and a(n) = {2*a(n-2), 2*a(n-1)}, where {x,y} is the concatenation of x and y.

A334025

a(0)=0, a(1)=1; and a(n) = {2*a(n-2), 2*a(n-1)}, where {x,y} is the concatenation of x and y.

Terms

    a(0) =0a(1) =1a(2) =2a(3) =24a(4) =448a(5) =48896a(6) =89697792

External references