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!)
A141794 Primes of the form n/(2*(prime(n+2) - prime(n+1))). 0
3, 3, 3, 11, 3, 17, 5, 5, 11, 7, 19, 43, 31, 11, 29, 101, 53, 67, 53, 83, 43, 59, 61, 101, 43, 223, 113, 239, 127, 71, 101, 79, 109, 53, 421, 149, 467, 157, 487, 509, 89, 181, 557, 577, 97, 617, 647, 223, 101, 79, 743 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Listed in order of increasing n.
LINKS
EXAMPLE
For n=12, 12/2/(p(12+2)-p(12+1))=12/2/(43-31)=3=a(1).
For n=36, 36/2/(p(36+2)-p(36+1))=36/2/(163-157)=3=a(3).
MAPLE
for n from 1 to 3000 do p := n/2/(ithprime(n+2)-ithprime(n+1)) ; if type(p, 'integer') then if isprime(p) then printf("%d, ", p) ; fi; fi; od: # R. J. Mathar, Aug 03 2009
CROSSREFS
Sequence in context: A029616 A278822 A274487 * A129227 A252748 A346869
KEYWORD
nonn
AUTHOR
EXTENSIONS
Definition, examples and terms corrected by R. J. Mathar, Aug 03 2009
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 16 13:54 EDT 2024. Contains 371730 sequences. (Running on oeis4.)