Let a(0) = 1. Either, a(n) = the smallest prime not yet occurring in the sequence that, when written in binary, it is a substring in the binary representation of a(n-1); or, if no such prime exists, a(n) = the smallest prime not yet occurring that when written in binary, a(n-1) is contained as a substring within it.
A175310
Let a(0) = 1. Either, a(n) = the smallest prime not yet occurring in the sequence that, when written in binary, it is a substring in the binary representation of a(n-1); or, if no such prime exists, a(n) = the smallest prime not yet occurring that when written in binary, a(n-1) is contained as a substring within it.
Terms
- a(0) =1a(1) =2a(2) =5a(3) =11a(4) =3a(5) =7a(6) =23a(7) =47a(8) =191a(9) =31a(10) =127a(11) =383a(12) =3067a(13) =13a(14) =29a(15) =59a(16) =239a(17) =479a(18) =223a(19) =991a(20) =61a(21) =251a(22) =503a(23) =2039a(24) =509a(25) =1019a(26) =4079a(27) =16319a(28) =65407a(29) =1021
External references
- oeis: A175310