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”).

A046753
Prime factors of |numerator(B(2n))| which are >= 2n+3.
5
691, 3617, 43867, 283, 617, 131, 593, 103, 2294797, 657931, 9349, 362903, 1721, 1001259881, 37, 683, 305065927, 151628697551, 26315271553053477373, 154210205991661, 137616929, 1897170067619, 1520097643918070802691, 59
OFFSET
1,1
COMMENTS
See A189683 for pairs (p,2n) for the primes p in this sequence.
LINKS
Robert G. Wilson v, Table of n, a(n) for n = 1..154 (first 66 terms from T. D. Noe)
MATHEMATICA
Flatten[Table[Select[First /@ FactorInteger[Abs[Numerator[BernoulliB[n]]]], # >= n+3 &], {n, 2, 70, 2}]] (* T. D. Noe, Apr 25 2011 *)
PROG
(Macsyma) for n do for p in map('first, factor_number(abs(num(bern(2*n))))) do if p>=2*n+3 then (?prin1(p), ?prin1('?\-));
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
Definition modified by Jonathan Sondow, Apr 27 2011
STATUS
approved