|
Search: id:A087373
|
|
|
| A087373 |
|
Twin prime index primes (TWIPS). |
|
+0 1
|
|
| 5, 11, 17, 31, 41, 59, 109, 179, 191, 283, 599, 859, 1063, 1153, 1723, 2081, 2341, 3001, 3259, 3299, 4421, 4549, 4787, 4933, 6361, 6661, 8221, 8233, 8389, 10009, 10457, 10861, 13693, 13709, 16141, 16693, 16901, 17387, 17659, 20441, 20477, 20773
(list; graph; listen)
|
|
|
OFFSET
|
3,1
|
|
|
COMMENT
|
If twin primes are infinite prove these numbers are infinite.
|
|
EXAMPLE
|
17 is a twin prime paired with 19. The 17th prime is 59 which is also a
twin prime paired with 61.
|
|
PROGRAM
|
(PARI) twips(n) = { forprime(x=3, n, x1=prime(x); if(isprime(x-2) || isprime(x+2), if(isprime(x1-2) || isprime(x1+2), print1(x1", ") ) ) ) }
|
|
CROSSREFS
|
Sequence in context: A068072 A136292 A088046 this_sequence A030468 A085634 A088903
Adjacent sequences: A087370 A087371 A087372 this_sequence A087374 A087375 A087376
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Cino Hilliard (hillcino368(AT)gmail.com), Oct 21 2003
|
|
|
Search completed in 0.002 seconds
|