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!)
A215808 Primes of the form 2*prime(k) - prime(k+1). 3
3, 3, 17, 41, 47, 67, 151, 167, 199, 227, 251, 257, 347, 367, 557, 587, 601, 607, 641, 647, 727, 941, 971, 1051, 1091, 1097, 1117, 1181, 1217, 1277, 1361, 1427, 1447, 1447, 1487, 1487, 1499, 1607, 1697, 1741, 1747, 1741, 1777, 1877, 1901, 2087, 2143, 2281 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Corresponding values of k: 3, 4, 9, 15, 16, 21, 37, 40, 47, 51, 55, 56, 71, 74, 103 (A216075).
LINKS
EXAMPLE
k=3: 2*5-7=3, k=4: 2*7-11=3, k=9: 2*23-29=17.
MATHEMATICA
pr=Prime[Range[1000]]; s=Select[2*Most[pr]-Rest[pr], PrimeQ]
Select[2#[[1]]-#[[2]]&/@Partition[Prime[Range[500]], 2, 1], PrimeQ] (* Harvey P. Dale, Feb 25 2017 *)
CROSSREFS
Sequence in context: A224750 A014783 A090524 * A364736 A215076 A095106
KEYWORD
nonn
AUTHOR
Zak Seidov, Sep 06 2012
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 May 1 02:22 EDT 2024. Contains 372143 sequences. (Running on oeis4.)