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

%I #3 Nov 10 2007 03:00:00

%S 2,3,5,7,43,131,229,257

%N Prime numbers in A092065.

%o (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,",")));

%K hard,nonn

%O 1,1

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

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 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)