|
Search: id:A088988
|
|
|
| A088988 |
|
Trajectory of first occurrence of primes such that there are only 1,3,5..2k+1 primes between two consecutive prime-index-primes. |
|
+0 1
|
|
| 7, 19, 89, 463, 809, 1223, 619, 15727, 3767, 6907, 9109
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
PROGRAM
|
(PARI) pipprimes(n, m) = { for(x=1, n, c=0; p1 = prime(prime(x)); p2 = prime(prime(x+1)); forprime(y=p1+2, p2-2, c++); if(c==m, forprime(y=p1+2, p2-2, print1(y", "); ); ) ) }
|
|
CROSSREFS
|
Sequence in context: A002533 A111011 A062551 this_sequence A109879 A109880 A084603
Adjacent sequences: A088985 A088986 A088987 this_sequence A088989 A088990 A088991
|
|
KEYWORD
|
nonn,uned
|
|
AUTHOR
|
Cino Hilliard (hillcino368(AT)gmail.com), Oct 31 2003
|
|
|
Search completed in 0.002 seconds
|