Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A080698
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A080698 Product of twin-prime-index-primes and their lower bound twin prime. +0
1
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; 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)*P.

EXAMPLE

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

PROGRAM

(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: A119134 A119658 A072745 this_sequence A082235 A104724 A106659

Adjacent sequences: A080695 A080696 A080697 this_sequence A080699 A080700 A080701

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 September 5 19:27 EDT 2008. Contains 143485 sequences.


AT&T Labs Research