login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A136371 Numbers n such that A136370(n) is prime. 6
1, 2, 3, 5, 46, 227, 232, 336, 360 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

MATHEMATICA

f=1; Do[ p=Prime[n]; f=f - (-1)^(n+1)*1/p^2; g=Numerator[f] ; If[ PrimeQ[g], Print[ {n, g} ] ], {n, 1, 100} ]

CROSSREFS

Cf. A024530 = Numerator of Sum_{k=1..n} (-1)^k / prime(k). Cf. A136368 = Numerator of Sum[ (-1)^(k+1)*1/Prime[k]^2, {k, 1, n} ] ]. Cf. A136370 = Numerator of 1 - Sum[ (-1)^(k+1)*1/Prime[k]^2, {k, 1, n} ] ]. Cf. A136365, A136366, A136367, A136369.

Sequence in context: A042469 A107990 A117460 * A060380 A062608 A041791

Adjacent sequences:  A136368 A136369 A136370 * A136372 A136373 A136374

KEYWORD

more,nonn

AUTHOR

Alexander Adamchuk (alex(AT)kolmogorov.com), Dec 27 2007

EXTENSIONS

More terms added and edited by Alexander Adamchuk (alex(AT)kolmogorov.com), Sep 15 2010

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 13:10 EST 2012. Contains 206030 sequences.