Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A088973
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A088973 Number of twin prime pairs between consecutive prime index primes of order 4. The bounds are included in the calculation. +0
1
5, 20, 26, 76, 51, 93, 61, 100, 176, 122, 207, 156, 90, 152, 249, 280, 44, 412, 178, 91, 293, 270, 282, 374, 340, 158, 186, 121, 169, 913, 263, 235, 255, 597, 162, 406, 457, 263, 418, 339, 221, 645, 161, 300, 134, 855, 1235, 236, 162, 241, 256, 243, 786, 261 (list; graph; listen)
OFFSET

1,1

COMMENT

Conjecture: PIPS4(x) -> PIPS4(x+1) always contains 1 or more twin prime pairs. Proof of this would be proof of an infinity of twin primes.

FORMULA

PIPS4(x)= Prime-index-primes of order 4 = prime(prime(prime(prime(prime(x))))) where prime(x) is the xth prime. Seq = count of twins in PIPS4(x) -> PIPS(x+1).

PROGRAM

(PARI) piptwins4(m, n) = { for(x=m, n, f=1; c=0; p1 = prime(prime(prime(prime(prime(x))))); p2 = prime(prime(prime(prime(prime(x+1))))); forprime(j=p1, p2, if(isprime(j+2), f=0; c++) ); print1(c", "); ) }

CROSSREFS

Sequence in context: A101728 A053240 A034123 this_sequence A005240 A080654 A074219

Adjacent sequences: A088970 A088971 A088972 this_sequence A088974 A088975 A088976

KEYWORD

nonn,uned

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Oct 30 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 26 23:19 EDT 2008. Contains 142293 sequences.


AT&T Labs Research