OFFSET
1,1
COMMENTS
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
MATHEMATICA
egp[len_] := Module[{egterms = FromDigits /@ Partition[RealDigits[EulerGamma, 10, 400][[1]], len, 1]}, Select[egterms, PrimeQ[#] &]]; egp[5] (* Vincenzo Librandi, Apr 20 2013 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Harvey P. Dale, Oct 29 2011
STATUS
approved