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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A136366 Numbers n such that A024530(n) is prime. 6
3, 4, 5, 10, 21, 31, 55, 77, 121, 135, 148, 192, 425, 570, 612, 649 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

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

CROSSREFS

Cf. A024530 = Numerator of Sum_{k=1..n} (-1)^k / prime(k). Cf. A136365, A136367, A136368, A136369, A136370, A136371.

Sequence in context: A082612 A170926 A122413 * A123820 A133320 A128920

Adjacent sequences:  A136363 A136364 A136365 * A136367 A136368 A136369

KEYWORD

more,nonn

AUTHOR

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

EXTENSIONS

a(12) - a(16) from 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 04:58 EST 2012. Contains 205985 sequences.