login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A092066
Prime numbers in A092065.
1
2, 3, 5, 7, 43, 131, 229, 257
OFFSET
1,1
PROG
(PARI) f(n)= s=0; for(i=1, n, s=s+1/(prime(i)-i)); return(s); for (i=1, 500, if(isprime(i) && isprime(numerator(f(i))), print1(i, ", ")));
CROSSREFS
Sequence in context: A244556 A279954 A120804 * A224904 A028981 A223035
KEYWORD
hard,nonn
AUTHOR
Mohammed Bouayoun (mohammed.bouayoun(AT)sanef.com), Feb 20 2004
STATUS
approved