A217871 a(n)=b(n,1) where b(0,m)=m, b(n,m)=b(floor(n/4),m*2).
1, 2, 2, 2, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16
Offset: 0
Keywords
Crossrefs
Cf. A000196
Formula
a(n)=b(n,1) where b(0,m)=m; b(n,m)=b(floor(n/4),m*2).
a(n)=2^ceiling(A029837(n+1)/2).
Comments