OFFSET
1,1
COMMENTS
The sequence is finite if the Twin Prime Conjecture is false.
LINKS
EXAMPLE
113 is in the sequence because 113 is prime, and (11,13) is a twin prime pair, and "11" is a prefix of "113", and "13" is a suffix of "113", and the prefix and suffix overlap (i.e., strlen("11")+strlen("13")>strlen("113")).
3232321 is in the sequence because 3232321 is prime, and (32321,32323) is a twin prime pair, and "32323" is a prefix of "3232321", and "32321" is a suffix of "3232321", and the prefix and suffix overlap.
PROG
(PARI) See Links section.
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Robert C. Lyons, Dec 07 2014
EXTENSIONS
More terms from Rémy Sigrist, Aug 04 2019
STATUS
approved