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!)
A098042 Numbers p such that p = (prime(prime(n))+ prime(prime(n+1)))/2 is prime. 0
307, 593, 1459, 1511, 1609, 2399, 2447, 2579, 2903, 4409, 5953, 6317, 7151, 11083, 12491, 14753, 16067, 18199, 18223, 20929, 21787, 23893, 25667, 26317, 31051, 37139, 37573, 37871, 40283, 40471, 41201, 41479, 42013, 44537, 44741, 48409 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
LINKS
EXAMPLE
prime(prime(18)) = 283, prime(prime(19)) = 331. 614/2 = 307.
PROG
(PARI) g(n, m) = for(x=1, n, y=prime(prime(x+m))+prime(prime(x)); if(y%2==0&isprime(y/2), print1(y\2", ")))
CROSSREFS
Sequence in context: A261289 A142255 A309101 * A125252 A308785 A142572
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 March 29 04:59 EDT 2024. Contains 371264 sequences. (Running on oeis4.)