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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A129780 The prime(n)-th lower twin prime. 0
5, 11, 29, 59, 137, 179, 239, 281, 431, 641, 809, 1031, 1151, 1277, 1427, 1667, 1931, 1997, 2141, 2339, 2549, 2789, 3119, 3359, 3581, 3851, 3929, 4091, 4157, 4259, 5009, 5279, 5639, 5657, 6359, 6551, 6779, 7127, 7349, 7757, 8231, 8387, 9011, 9239, 9431 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

FORMULA

Prime(n) = the n-th prime number.

EXAMPLE

The first prime is 2. The 2nd lower twin prime is 5, which gives the first entry.

PROG

(PARI) g(n) = for(x=1, n, y=twinl(prime(x)); print1(y", ")) twinl(n) = { local(c, x); c=0; x=1; while(c<n, if(isprime(prime(x)+2), c++); x++; ); return(prime(x-1)) }

CROSSREFS

Sequence in context: A046141 A107135 A201600 * A154504 A106060 A059508

Adjacent sequences:  A129777 A129778 A129779 * A129781 A129782 A129783

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)hotmail.com), May 17 2007

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 04:47 EST 2012. Contains 205860 sequences.