Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A087373
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified July 25 07:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research