The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A080699 Product of twin-prime-indexed primes and their upper bound twin prime. 0
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; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
Let prime(i) = i-th prime, let twin(n) = (P, Q) be n-th pair of twin primes; sequence gives prime(P)*Q.
EXAMPLE
The 3rd pair of twin primes is twin(3) = (11,13), prime(11) = 31, a(3) = 31*13 = 403.
PROG
(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: A192504 A363635 A033658 * A134153 A251311 A223181
KEYWORD
easy,nonn
AUTHOR
Cino Hilliard, Mar 04 2003
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 12 12:32 EDT 2024. Contains 373331 sequences. (Running on oeis4.)