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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A136365 Numbers n such that A075986(n) is prime. 6
1, 171, 210 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

MATHEMATICA

f=1; Do[ p=Prime[n]; f=f + 1/p^2; g=Numerator[ f ]; If[ PrimeQ[ g ], Print[ {n, g} ] ], {n, 1, 210} ]

CROSSREFS

Cf. A075986 = Numerator of 1+1/p(1)^2+ ... + 1/p(n)^2, where p(k) = k-th prime. Cf. A024528, A125707. Cf. A136366, A136367, A136368, A136369, A136370, A136371.

Sequence in context: A045149 A031511 A101273 * A031900 A120819 A115078

Adjacent sequences:  A136362 A136363 A136364 * A136366 A136367 A136368

KEYWORD

bref,hard,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 15 14:20 EST 2012. Contains 205811 sequences.