login
A211683
Numbers > 100 such that all the substrings of length = 2 are primes.
1
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, 619, 671, 673, 679, 711, 713, 717, 719, 731, 737, 797, 831, 837, 897, 971, 973, 979, 1111
OFFSET
1,1
COMMENTS
Only numbers > 100 are considered, since all 2-digit primes are trivial members. See A069488 for the sequence with prime terms > 100.
The sequence is infinite (for example, consider the continued concatenation of '11' or of '13': 111, 1111, 11111, ..., 131, 1313, 13131, ... are members).
Infinitely many terms are palindromic.
LINKS
EXAMPLE
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.
KEYWORD
nonn,base
AUTHOR
Hieronymus Fischer, Jun 08 2012
STATUS
approved