OFFSET
1,1
COMMENTS
Leading zeros are permitted, so not every term is 3 digits in length. - Harvey P. Dale, Oct 24 2011
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
MATHEMATICA
With[{pi = FromDigits/@Partition[RealDigits[Pi, 10, 500][[1]], 3, 1]}, Select[pi, PrimeQ]] (* Vincenzo Librandi, Apr 23 2013 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Zak Seidov, Mar 27 2005
STATUS
approved