Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A080699
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A080699 Product of twin-prime-index-primes and their upper bound twin prime. +0
1
25, 77, 403, 1121, 3379, 7697, 16897, 25769, 56341, 63983, 107447, 129709, 192403, 222529, 238999, 328157, 361259, 466933, 515909, 645719, 817009, 1219637, 1299433, 1508917, 1952359, 2359943, 2642597, 2815831, 3060037, 3260713 (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(P)*Q.

EXAMPLE

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

PROGRAM

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

CROSSREFS

Cf. A057470.

Sequence in context: A042228 A042230 A033658 this_sequence A134153 A016814 A100487

Adjacent sequences: A080696 A080697 A080698 this_sequence A080700 A080701 A080702

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 December 11 12:57 EST 2009. Contains 170656 sequences.


AT&T Labs Research