login
This site is supported by donations 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. 4
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; internal format)
OFFSET

1,1

COMMENTS

See A189683 for pairs (p,2n) for the primes p in this sequence.

LINKS

T. D. Noe, Table of n, a(n) for n = 1..66

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

Cf. A000367, A000928, A189683, A189684, A189685.

Sequence in context: A127341 A135316 A160500 * A033563 A156036 A029814

Adjacent sequences:  A046750 A046751 A046752 * A046754 A046755 A046756

KEYWORD

nonn

AUTHOR

R. W. Gosper

EXTENSIONS

Definition modified by Jonathan Sondow (jsondow(AT)alumni.princeton.edu), Apr 27 2011

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 23:53 EST 2012. Contains 205689 sequences.