login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A092066 Prime numbers in A092065. 1
2, 3, 5, 7, 43, 131, 229, 257 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 08:19 EDT 2024. Contains 371905 sequences. (Running on oeis4.)