Concatenate all natural numbers starting with 1 in binary like this 11011100101110111100010011010..., then a(n) = the number formed from the next n digits (by dropping leading zeros). 1, 10, 111, 0010, 11101, 111000, ... 1, 10, 111, 10, 11101, 111000, ...
A100751
Concatenate all natural numbers starting with 1 in binary like this 11011100101110111100010011010..., then a(n) = the number formed from the next n digits (by dropping leading zeros). 1, 10, 111, 0010, 11101, 111000, ... 1, 10, 111, 10, 11101, 111000, ...
Terms
- a(0) =1a(1) =10a(2) =111a(3) =10a(4) =11101a(5) =111000a(6) =1001101a(7) =1011110a(8) =11011110a(9) =1111100001a(10) =11001010a(11) =11101001010a(13) =11001110101
External references
- oeis: A100751