|
Search: id:A088985
|
|
|
| A088985 |
|
Numbers of the form prime(prime(n)+1), with n satisfying prime(n)+2 = prime(n+1). C A088985 Also, prime numbers p such there exists a natural number n with the property that p is the only prime satisfying prime(prime(n))< p <prime(prime(n+1)). |
|
+0 2
|
|
| 7, 13, 37, 61, 113, 181, 281, 359, 557, 593, 787, 863, 1069, 1163, 1213, 1439, 1511, 1733, 1831, 2069, 2347, 2903, 3011, 3271, 3739, 4139, 4409, 4561, 4783, 4937, 6221, 6317, 6359, 6659, 6857, 8111, 8231, 8387, 8521, 8753, 9311, 10007, 10453
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
EXAMPLE
|
prime(3) + 2 = prime(4), hence prime(prime(3)+1) = 13 is in
the sequence.
|
|
MATHEMATICA
|
a={}; For[n=1, n<210, n++, If[Prime[n+1]==Prime[n]+2, AppendTo[a, Prime[Prime[n]+1]]]]; a
|
|
PROGRAM
|
(PARI) pipprimes(n) = { for(x=1, n, c=0; p1 = prime(prime(x)); p2 = prime(prime(x+1)); forprime(y=p1+2, p2-2, c++); if(c==1, forprime(y=p1+2, p2-2, print1(y", "); ); ) ) }
|
|
CROSSREFS
|
Sequence in context: A067692 A117706 A066673 this_sequence A022005 A118819 A118525
Adjacent sequences: A088982 A088983 A088984 this_sequence A088986 A088987 A088988
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Cino Hilliard (hillcino368(AT)gmail.com), Oct 31 2003
|
|
EXTENSIONS
|
Edited by Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Jul 27 2007
|
|
|
Search completed in 0.002 seconds
|