OFFSET
1,1
COMMENTS
There are 107 such primes.
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..107
EXAMPLE
13151 is a prime and its first, third, and fifth digits are the same.
MATHEMATICA
Select[Prime[Range[1230, 9592]], MatchQ[IntegerDigits[#], {x_, _, x_, _, x_}]&]
CROSSREFS
KEYWORD
nonn,base,fini
AUTHOR
Harvey P. Dale, Feb 21 2016
STATUS
approved