a(n) is the smallest number whose digits are 1's and 0's that cannot be written as a concatenation of any of the previous terms (not repeating any terms in the concatenation). a(0) = 0.
A309870
a(n) is the smallest number whose digits are 1's and 0's that cannot be written as a concatenation of any of the previous terms (not repeating any terms in the concatenation). a(0) = 0.
Terms
- a(0) =0a(1) =1a(2) =11a(3) =100a(4) =101a(5) =1111a(6) =10000a(7) =11001a(8) =11011a(9) =100010a(10) =100100a(11) =101000a(12) =101001a(13) =101010a(14) =101101a(15) =110001a(16) =1000000a(17) =1000110a(18) =1001100a(19) =1010110a(20) =1100001a(21) =1110011a(22) =1110111a(23) =10000010a(24) =10001000a(25) =10001110a(26) =10010100a(27) =10011100a(28) =10100000a(29) =10101110
External references
- oeis: A309870