A213308 Numbers with exactly one nonprime substring (substrings with leading zeros are considered to be nonprime).
1, 4, 6, 8, 9, 13, 17, 22, 25, 27, 29, 31, 32, 33, 35, 43, 47, 52, 55, 57, 59, 67, 71, 72, 75, 77, 79, 83, 97, 137, 173, 223, 233, 237, 313, 317, 337, 353, 379, 523, 537, 673, 733, 737, 773, 797, 1373, 3137, 3373, 3733, 3797
Offset: 1
Examples
a(1)=1, since 1 has one nonprime substring. a(51)=3797, since the only nonprime substring of 3797 is 9.
Links
- Hieronymus Fischer, Table of n, a(n) for n = 1..51
Comments