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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A092062 Numbers n such that numerator of (sum(i=1,n,1/prime(i)^2)) is prime. 1
2, 10, 18, 36, 90, 759 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

a(6)>447 for a(6) the numerator has more than 2673 digits

FORMULA

Numbers n such that numerator of (sum(i=1, n, 1/prime(i)^2)) is prime

EXAMPLE

1/2^2=1/4

1/2^2 +1/3^2 = 13/36 and 13 is prime than a(1)=2

PROG

(PARI) sm(n)= s=0; for(i=1, n, s=s+1/(prime(i)^2)); return(s); for (i=1, 400, if(isprime(numerator(sm(i))), print1(i, ", ")))

CROSSREFS

Sequence in context: A082969 A173592 A018227 * A134251 A055260 A180591

Adjacent sequences:  A092059 A092060 A092061 * A092063 A092064 A092065

KEYWORD

hard,nonn

AUTHOR

mohammed Bouayoun (mohammed.bouayoun(AT)sanef.com), Feb 20 2004

EXTENSIONS

a(6) from Alexander Adamchuk (alex(AT)kolmogorov.com), Sep 16 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 21:13 EST 2012. Contains 206085 sequences.