a(n) is derived from n by replacing each 0 in its binary representation with a string of n 0's.

A340667

a(n) is derived from n by replacing each 0 in its binary representation with a string of n 0's.

Terms

    a(0) =0a(1) =1a(2) =4a(3) =3a(4) =256a(5) =65a(6) =192a(7) =7a(8) =16777216a(9) =524289a(10) =2098176a(11) =8195a(12) =50331648a(13) =49153a(14) =114688a(15) =15a(23) =67108871

External references