OFFSET
1,8
COMMENTS
See A091888 for definition.
LINKS
T. D. Noe, Table of n, a(n) for n=1..10000 (from Buhler et al.)
J. Buhler, R. Crandall, R. Ernvall, T. Metsankyla and M. A. Shokrollahi, Irregular Primes and Cyclotomic Invariants to 12 Million, J. Symbolic Computation 31, 2001, 89-96.
MATHEMATICA
tp=Table[p=Prime[i]; cnt=0; k=1; While[2k<=p-3, If[Mod[Numerator[BernoulliB[2k]], p]==0, cnt++ ]; k++ ]; cnt, {i, 400}]; Select[tp, #>0&]
CROSSREFS
KEYWORD
nonn
AUTHOR
T. D. Noe, Feb 09 2004
STATUS
approved