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!)
A092132 Indices k of Bernoulli numbers B(k) whose numerators are primes. 5
10, 12, 14, 16, 18, 36, 42 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
No others with k <= 22100. - Eric W. Weisstein, Mar 01 2004
a(8) > 50000. - Robert Price, Oct 20 2013
LINKS
Eric Weisstein's World of Mathematics, Bernoulli Number
Eric Weisstein's World of Mathematics, Integer Sequence Primes
MATHEMATICA
Reap[For[n = 1, n <= 1000, n++, If[ PrimeQ[ Numerator[ BernoulliB[n]]], Print[n]; Sow[n]]]][[2, 1]] (* Jean-François Alcover, Oct 31 2012 *)
Select[Range[50], PrimeQ[Numerator[BernoulliB[#]]]&] (* Harvey P. Dale, Sep 30 2019 *)
CROSSREFS
Cf. A092133.
Sequence in context: A227870 A007958 A179083 * A088170 A329522 A189555
KEYWORD
nonn,more
AUTHOR
Eric W. Weisstein, Feb 23 2004
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 May 12 15:05 EDT 2024. Contains 372482 sequences. (Running on oeis4.)