Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A129780
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A129780 The prime(n)-th lower twin prime. +0
1
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; listen)
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.

PROGRAM

(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

Adjacent sequences: A129777 A129778 A129779 this_sequence A129781 A129782 A129783

Sequence in context: A030080 A046141 A107135 this_sequence A106060 A059508 A084817

KEYWORD

easy,nonn

AUTHOR

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

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 October 11 13:47 EDT 2008. Contains 144830 sequences.


AT&T Labs Research