OFFSET
1,1
COMMENTS
Some terms are less than 12 digits long because leading zeroes are permitted. - Harvey P. Dale, Sep 26 2020
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
MATHEMATICA
With[{pi = FromDigits/@Partition[RealDigits[Pi, 10, 600][[1]], 12, 1]}, Select[pi, PrimeQ]] (* Vincenzo Librandi, Apr 21 2013 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Zak Seidov, Mar 27 2005
STATUS
approved