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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A136369 Numbers n such that A136368(n) is prime. 6
2, 5, 6, 8, 18, 20, 98 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

f=0; 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. A136365, A136366, A136367, A136370, A136371.

Sequence in context: A191204 A191140 A097685 * A007573 A143909 A139454

Adjacent sequences:  A136366 A136367 A136368 * A136370 A136371 A136372

KEYWORD

more,nonn

AUTHOR

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

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 16 17:48 EST 2012. Contains 205939 sequences.