login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A071772
Absolute values of the numerator of B(prime(n)-1) where B(k) are the Bernoulli numbers.
1
1, 1, 1, 1, 5, 691, 3617, 43867, 854513, 23749461029, 8615841276005, 26315271553053477373, 261082718496449122051, 1520097643918070802691, 596451111593912163277961, 801165718135489957347924991853
OFFSET
1,5
COMMENTS
Prime(n) never divides a(n). a(n) reduced (modulo prime(n) ) equals often 30: for n = 16,33,35,40,57,62,66,77,97,102,104,119,...
MATHEMATICA
Abs[Numerator[#]]&/@BernoulliB[Prime[Range[20]]-1] (* Harvey P. Dale, Jun 28 2011 *)
PROG
(PARI) for(n=1, 20, print1(abs(numerator(bernfrac(prime(n)-1))), ", "))
CROSSREFS
Sequence in context: A092133 A274025 A281585 * A201005 A255912 A213932
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Jun 24 2002
STATUS
approved