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!)
A141795 Primes of the form n/(p(n+2)-p(n+1)), where p(n)=n-th prime. 0
2, 3, 7, 17, 11, 41, 23, 17, 29, 37, 31, 19, 53, 107, 59, 71, 157, 83, 17, 97, 197, 71, 43, 53, 277, 281, 47, 283, 97, 59, 109, 167, 113, 347, 29, 359, 131, 409, 137, 139, 211, 157, 479, 163, 73, 103, 107, 557, 193, 151, 617, 103, 631, 107, 643, 673, 227, 229, 349, 709, 251 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
n=4: 4/(p(4+2)-p(4+1))=4/(13-11)=2=a(1).
n=6: 6/(p(6+2)-p(6+1))=6/(19-17)=3=a(2).
n=28: 28/(p(28+2)-p(28+1))=28/(113-109)=7=a(3).
n=34: 34/(p(34+2)-p(34+1))=34/(151-149)=17=a(4).
n=66: 66/(p(66+2)-p(66+1))=66/(337-331)=11=a(5).
MATHEMATICA
Select[Table[n/(Prime[n+2]-Prime[n+1]), {n, 3000}], PrimeQ] (* Harvey P. Dale, Dec 25 2023 *)
CROSSREFS
Sequence in context: A000278 A270525 A153787 * A077322 A174359 A160513
KEYWORD
nonn
AUTHOR
EXTENSIONS
Corrected and extended by R. J. Mathar, Sep 26 2008
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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)