OFFSET
1,1
COMMENTS
Leading zeros are not permitted, so each term is 3 digits in length. - Harvey P. Dale, Oct 30 2011
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..4000
Eric Weisstein's World of Mathematics, Euler-Mascheroni Constant.
The first 170,000 digits of the Euler Constant as calculated by Jon Borwein at WorldWideSchool.org.
MATHEMATICA
egp[len_]:=Module[{egterms=FromDigits/@Partition[RealDigits[EulerGamma, 10, 1000][[1]], len, 1]}, Select[egterms, IntegerLength[#]==len&&PrimeQ[#]&]]; egp[3] (* Harvey P. Dale, Oct 30 2011 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Andrew G. West (WestA(AT)wlu.edu), Mar 29 2005
EXTENSIONS
Offset changed from 0 to 1 by Vincenzo Librandi, Apr 20 2013
STATUS
approved