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!)
A136684 Numbers k such that A120296(k) is prime. 8
3, 5, 8, 11, 20, 38, 61, 65, 71, 80, 83, 93, 233, 704, 1649, 2909, 3417, 3634, 9371 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A120296(k) = Numerator of Sum_{j=1..k} (-1)^(j+1)/j^4.
LINKS
Eric Weisstein's World of Mathematics, Harmonic Number
MATHEMATICA
Do[ f=Numerator[ Sum[ (-1)^(k+1)*1/k^4, {k, 1, n} ] ]; If[ PrimeQ[f], Print[ {n, f} ] ], {n, 1, 100} ]
Select[Range[1000], PrimeQ[Numerator[Sum[(-1)^(k+1) 1/k^4, {k, #}]]]&] (* Harvey P. Dale, Aug 28 2012 *)
CROSSREFS
Sequence in context: A180619 A196204 A220483 * A215751 A115888 A143814
KEYWORD
nonn,more
AUTHOR
Alexander Adamchuk, Jan 16 2008
EXTENSIONS
More terms from Harvey P. Dale, Aug 28 2012
a(15)-a(19) from Robert Price, Apr 23 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 August 14 02:14 EDT 2024. Contains 375146 sequences. (Running on oeis4.)