OFFSET
1,1
COMMENTS
Leading zeros are not permitted, so each prime is 10 digits in length. The terms are listed in the order in which they occur.
LINKS
Bruno Berselli, Table of n, a(n) for n = 1..1000
Simon Plouffe, Pi^2 to 10000 digits
MATHEMATICA
With[{len = 10}, FromDigits /@ Select[Partition[RealDigits[Pi^2, 10, 600][[1]], len, 1], PrimeQ[FromDigits[#]] && IntegerLength[FromDigits[#]] == len &]]
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Bruno Berselli, Apr 25 2013
STATUS
approved