Let the binary expansion of n be [b_d, b_{d-1}, ..., b_3, b_2, b_1, b_0]_2, where (if n>0) b_d = 1, b_i = 0 or 1 for i<d. To get a(n) concatenate the decimal numbers 2^(b_i) (if b_i = 1) or 0 (if b_i = 0).
A302205
Let the binary expansion of n be [b_d, b_{d-1}, ..., b_3, b_2, b_1, b_0]_2, where (if n>0) b_d = 1, b_i = 0 or 1 for i<d. To get a(n) concatenate the decimal numbers 2^(b_i) (if b_i = 1) or 0 (if b_i = 0).
Terms
- a(0) =0a(1) =1a(2) =20a(3) =21a(4) =400a(5) =401a(6) =420a(7) =421a(8) =8000a(9) =8001a(10) =8020a(11) =8021a(12) =8400a(13) =8401a(14) =8420a(15) =8421a(16) =160000a(17) =160001a(18) =160020a(19) =160021a(20) =160400a(21) =160401a(22) =160420a(23) =160421a(24) =168000a(25) =168001a(26) =168020a(27) =168021a(28) =168400a(29) =168401
External references
- oeis: A302205