The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A136686 Numbers k such that A136677(k) is prime. 8
19, 47, 164, 235, 504, 1109, 1112, 5134, 9222 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A136677(k) = Numerator of Sum_{j=1..k} (-1)^(j+1)/j^6.
LINKS
Eric Weisstein's World of Mathematics, Harmonic Number.
MATHEMATICA
Do[ f=Numerator[ Sum[ (-1)^(k+1)*1/k^6, {k, 1, n} ] ]; If[ PrimeQ[f], Print[ {n, f} ] ], {n, 1, 130} ]
CROSSREFS
Sequence in context: A289728 A141973 A165672 * A130413 A156376 A063306
KEYWORD
nonn,hard,more
AUTHOR
Alexander Adamchuk, Jan 16 2008
EXTENSIONS
a(4)-a(5) from Hiroaki Yamanouchi, Sep 22 2014
a(6) from Amiram Eldar, Mar 14 2019
a(7)-a(9) from Robert Price, Apr 20 2019
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 20 05:07 EDT 2024. Contains 372703 sequences. (Running on oeis4.)