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 April 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)