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!)
A098031 Primes p such that p = (prime(n)+ prime(n+4))/2. 1
11, 13, 17, 103, 107, 151, 179, 251, 409, 421, 491, 619, 701, 709, 739, 941, 1009, 1051, 1069, 1459, 1487, 1499, 1571, 1759, 1789, 1873, 2281, 2441, 2659, 2671, 2741, 2749, 2789, 2819, 2861, 3011, 3019, 3331, 3389, 3463, 3931, 4001, 4111, 4177, 4229, 4231 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The union of sequences A179208, A118467, and A126238. - Irina Gerasimova, Jul 07 2013
LINKS
EXAMPLE
prime(3)=5,prime(3+4)=17. (5+17)/2 = 11.
MATHEMATICA
Select[Table[(Prime[n]+Prime[n+4])/2, {n, 800}], PrimeQ] (* Harvey P. Dale, Sep 29 2017 *)
PROG
(PARI) f(n, m) = for(x=1, n, y=prime(x)+prime(x+m); if(y%2==0 & isprime(y\2), print1(y\2", ")))
CROSSREFS
Sequence in context: A068335 A306766 A087776 * A179208 A098423 A178339
KEYWORD
easy,nonn
AUTHOR
Cino Hilliard, Sep 10 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 06:45 EDT 2024. Contains 371906 sequences. (Running on oeis4.)