Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A080700
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A080700 Product of upper bound twin-prime-index-primes and their lower bound twin prime. +0
1
33, 85, 451, 1139, 3683, 7831, 16697, 26057, 56863, 64093, 109189, 130673, 194573, 223661, 239749, 328469, 363997, 468329, 519007, 647191, 815797, 1218871, 1301189, 1520839, 1959481, 2363057, 2648179, 2817839, 3068467, 3257437 (list; graph; listen)
OFFSET

1,1

FORMULA

Let p(i) =i-th prime, let twin(n) = (P, Q) be n-th pair of twin primes; sequence gives p(Q)*P.

EXAMPLE

The 3rd pair of twin primes is twin(3) = (11,13), p(13) = 41 Seq(3) = 41*11 = 451

PROGRAM

(PARI) twipxpindex3(n) = {sr=0; pr=1; for(x=1, n, p1=prime(x); p2=prime(x+1); if((p2-p1)==2, pr=p1*prime(prime(x+1)); sr+=1.0/pr; print1(pr" ")); ); print(); print(sr) }

CROSSREFS

Cf. A057470, A057473.

Sequence in context: A063838 A075039 A039833 this_sequence A080200 A067705 A075213

Adjacent sequences: A080697 A080698 A080699 this_sequence A080701 A080702 A080703

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Mar 04 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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research