OFFSET
1,1
COMMENTS
LINKS
T. D. Noe, Table of n, a(n) for n = 1..586
L. Carlitz, Note on irregular primes, Proc. Amer. Math. Soc. 5 (1954), 329-331
S. S. Wagstaff, Jr., Prime divisors of the Bernoulli and Euler numbers
Eric Weisstein's World of Mathematics, Euler Number
MATHEMATICA
ee=Table[Abs[EulerE[2i]], {i, 500}]; t=Table[p=Prime[n]; cnt=0; Do[If[Mod[ee[[i]], p]==0, cnt++ ], {i, p}]; cnt, {n, PrimePi[500]}]; Prime[Select[Range[Length[t]], t[[ # ]]>0&]]
CROSSREFS
KEYWORD
nonn
AUTHOR
T. D. Noe, Feb 25 2004
STATUS
approved