OFFSET
1,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Simon Plouffe, Miscellaneous Mathematical Constants, Expansion of Pi^2 to 10000 decimals, project Gutenberg.
MATHEMATICA
Select[FromDigits/@Partition[RealDigits[Pi^2, 10, 100][[1]], 2, 1], #>10&&PrimeQ[#]&] (* Vincenzo Librandi, Apr 23 2013 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Andrew G. West (WestA(AT)wlu.edu), Mar 29 2005
EXTENSIONS
Changed offset from 0 to 1 by Vincenzo Librandi, Apr 23 2013
STATUS
approved