login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A136685
Numbers k such that A136676(k) is prime.
8
2, 19, 51, 78, 84, 130, 294, 910, 2223, 2642, 3261, 4312, 4973, 7846, 9439
OFFSET
1,1
COMMENTS
A136676(k) = Numerator of Sum_{j=1..k} (-1)^(j+1)/j^5.
LINKS
Eric Weisstein's World of Mathematics, Harmonic Number
MATHEMATICA
Do[ f=Numerator[ Sum[ (-1)^(k+1)*1/k^5, {k, 1, n} ] ]; If[ PrimeQ[f], Print[ {n, f} ] ], {n, 1, 130} ]
KEYWORD
nonn,more
AUTHOR
Alexander Adamchuk, Jan 16 2008
EXTENSIONS
a(7)-a(8) from Amiram Eldar, Mar 14 2019
a(9)-a(15) from Robert Price, Apr 16 2019
STATUS
approved