A211683 Numbers > 100 such that all the substrings of length = 2 are primes.
111, 113, 117, 119, 131, 137, 171, 173, 179, 197, 231, 237, 297, 311, 313, 317, 319, 371, 373, 379, 411, 413, 417, 419, 431, 437, 471, 473, 479, 531, 537, 597, 611, 613, 617
Offset: 1
Examples
a(2)=113, since all substrings of length = 2 are primes (11 and 13). a(10)=197, since all substrings of length = 2 (19, 97) are primes.
Links
- Hieronymus Fischer, Table of n, a(n) for n = 1..5000
Comments