login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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
Sequence in context: A135316 A160500 A327448 * A033563 A231273 A156036
KEYWORD
nonn
AUTHOR
EXTENSIONS
Definition modified by Jonathan Sondow, Apr 27 2011
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 18 22:29 EDT 2024. Contains 370951 sequences. (Running on oeis4.)