OFFSET
1,1
COMMENTS
Primes that are the concatenation of two 3-digit primes, 998>p>q>100. There are exactly 1346 such primes.
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1346
MATHEMATICA
Sort[Select[1000Last[#]+First[#]&/@Subsets[Prime[Range[26, 168]], {2}], PrimeQ]]
CROSSREFS
KEYWORD
fini,full,nonn
AUTHOR
Harvey P. Dale, Aug 19 2013
STATUS
approved