login
A198779
Primes from merging of 5 successive digits in decimal expansion of Euler-Mascheroni constant.
11
64901, 59399, 48677, 77267, 26777, 66467, 36947, 6329, 32917, 17467, 49807, 24809, 92353, 50033, 74293, 42937, 37337, 33773, 79259, 24709, 70949, 9491, 16567, 70853, 53233, 33151, 31517, 28621, 62119, 79847, 98479, 84793, 50857, 29921, 14669, 96043, 35267, 52673, 40129, 12967
OFFSET
1,1
COMMENTS
In contrast to A104939, leading zeros are permitted, so this sequence contains all elements of A104939 and additional primes having fewer than 5 digits.
LINKS
MATHEMATICA
egp[len_] := Module[{egterms = FromDigits /@ Partition[RealDigits[EulerGamma, 10, 400][[1]], len, 1]}, Select[egterms, PrimeQ[#] &]]; egp[5] (* Vincenzo Librandi, Apr 20 2013 *)
KEYWORD
nonn,base
AUTHOR
Harvey P. Dale, Oct 29 2011
STATUS
approved