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!)
A057470 Let p(i) =i-th prime, let twin(n) = (P,Q) be n-th pair of twin primes; sequence gives p(P). 7
5, 11, 31, 59, 109, 179, 277, 353, 547, 587, 773, 859, 1063, 1153, 1201, 1433, 1499, 1723, 1823, 2063, 2341, 2897, 3001, 3259, 3733, 4133, 4397, 4549, 4759, 4933, 6217, 6311, 6353, 6653, 6841, 8101, 8221, 8377, 8513, 8747, 9293, 9973, 10433, 10559 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
The 3rd pair of twin primes is twin(3) = (11,13), so a(3) = p(11) = 31.
MATHEMATICA
Prime/@Select[Partition[Prime[Range[300]], 2, 1], #[[2]]-#[[1]]==2&][[;; , 1]] (* Harvey P. Dale, May 21 2023 *)
CROSSREFS
Cf. A057473.
Sequence in context: A023259 A267478 A280081 * A038580 A106088 A246010
KEYWORD
nonn
AUTHOR
Cino Hilliard, Sep 10 2000
EXTENSIONS
More terms from James A. Sellers, Sep 11 2000
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 April 19 15:34 EDT 2024. Contains 371794 sequences. (Running on oeis4.)