login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A080698 Product of twin-prime-index-primes and their lower bound twin prime. 0
15, 55, 341, 1003, 3161, 7339, 16343, 25063, 55247, 62809, 105901, 127991, 190277, 220223, 236597, 325291, 358261, 463487, 512263, 641593, 812327, 1213843, 1293431, 1502399, 1944893, 2351677, 2633803, 2806733, 3050519, 3250847 (list; graph; refs; listen; history; internal format)
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)*P.

EXAMPLE

The 3rd pair of twin primes is twin(3) = (11,13), prime(11) = 31. a(3) = 31*11 = 341

PROG

(PARI) twipxpindex(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)); sr+=1.0/pr; print1(pr" ")); ); print(); print(sr) }

CROSSREFS

Cf. A057470.

Sequence in context: A119658 A072745 A141839 * A082235 A104724 A106659

Adjacent sequences:  A080695 A080696 A080697 * A080699 A080700 A080701

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Mar 04 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 11:30 EST 2012. Contains 205907 sequences.