Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A088460
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A088460 Lower twin primes with lower twin prime index. +0
3
11, 29, 137, 239, 641, 1151, 1931, 2339, 3851, 4091, 5639, 6359, 8231, 9011, 9431, 11351, 12161, 14561, 15731, 17837, 20441, 25931, 26951, 29207, 33767, 37781, 40847, 42407, 44381, 46439, 59471, 60917, 61979, 65171, 67427, 80831, 81929 (list; graph; listen)
OFFSET

1,1

LINKS

Zak Seidov, Table of n, a(n) for n = 1..177

FORMULA

Equals A001359(A001359(n))

a(n) == 5 (mod 6)

EXAMPLE

n=1 -> A001359(1)=3 -> A001359(3)=11 = A0088460(1)

n=2 -> A001359(2)=5 -> A001359(5)=29 = A0088460(2)

n=3 -> A001359(3)=11 -> A001359(11)=137 = A0088460(3)

PROGRAM

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

CROSSREFS

Cf. A001359, A088463, A007097.

Sequence in context: A053703 A099911 A118638 this_sequence A080083 A115972 A099109

Adjacent sequences: A088457 A088458 A088459 this_sequence A088461 A088462 A088463

KEYWORD

nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Nov 12 2003

EXTENSIONS

Edited and corrected by David W. Wilson (davidwwilson(AT)comcast.net) Oct 29, 2006. Additional comments from R. J. Mathar, Oct 29 2006.

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 November 23 17:09 EST 2009. Contains 167438 sequences.


AT&T Labs Research