A binary sequence: a(1) = 10 (2 in decimal) and a(n+1) is obtained by trying to complement just one bit of a(n), starting with the least significant bit, until a new prime is reached.
A059458
A binary sequence: a(1) = 10 (2 in decimal) and a(n+1) is obtained by trying to complement just one bit of a(n), starting with the least significant bit, until a new prime is reached.
Terms
- a(0) =10a(1) =11a(2) =111a(3) =101a(4) =1101a(5) =11101a(6) =11111a(7) =10111a(8) =10011a(9) =10001a(13) =100001010001a(14) =100001010011a(15) =1010011a(16) =1000011a(17) =1000111a(18) =1001111a(19) =10001001111a(20) =10000001111a(21) =10000000111a(22) =10000100111
External references
- oeis: A059458