Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A087920
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A087920 Indices for which there is no twin prime pair between two consecutive prime-index-primes. +0
1
5, 10, 12, 20, 21, 26, 28, 31, 32, 33, 35, 37, 38, 41, 43, 44, 45, 49, 52, 53, 57, 58, 60, 64, 69, 70, 72, 73, 75, 80, 81, 83, 84, 85, 87, 89, 93, 96, 98, 104, 108, 109, 113, 116, 118, 120, 124, 126, 130, 134, 140, 142, 143, 147, 152, 155, 159, 163, 164, 165, 169, 171 (list; graph; listen)
OFFSET

1,1

COMMENT

It is not known whether there will always be instances where no twin prime pair exists between two consecutive prime-index-primes.

FORMULA

x such that prime(prime(x)) and prime(prime(x+1)) contain no twim prime pair.

EXAMPLE

Prime(5) -> prime(6) = 31 -> 41 contains no twin prime pairs, so 5 is in the sequence.

PROGRAM

(PARI) piptwins2(n) = { for(x=1, n, f=1; p1 = prime(prime(x)); p2 = prime(prime(x+1)); for(y=p1, p2, if(isprime(y) && y+2 <= p2 && isprime(y+2), f=0) ); if(f, print1(x", ")) ) }

CROSSREFS

Adjacent sequences: A087917 A087918 A087919 this_sequence A087921 A087922 A087923

Sequence in context: A112776 A120063 A101839 this_sequence A103676 A129846 A001974

KEYWORD

nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Oct 26 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 October 7 08:31 EDT 2008. Contains 144667 sequences.


AT&T Labs Research