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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A089634 Smallest member of a pair of consecutive twin prime pairs that have two primes between them. 0
41, 197, 281, 599, 641, 827, 857, 1061, 1451, 2237, 2549, 3119, 3329, 3821, 4001, 4091, 5417, 5441, 5849, 6269, 6659, 6791, 7457, 7949, 8387, 8597, 9239, 9677, 10301, 10427, 10859, 10889, 11117, 11717, 11939, 12071, 13337, 13721, 13931 (list; graph; refs; listen; history; internal format)
OFFSET

3,1

PROG

(PARI) pbetweentw(n, p) = \p is the number of primes between { forstep(x1=1, n, 1, c=0; t1 = twin[x1]; t2 = twin[x1+1]; for(y=t1+4, t2-1, if(isprime(y), c++) ); if(c==p, print1(t1", ")) ) } savetwins(n) = \ build a twin prime table of lower bounds { twin = vector(n); c=1; forprime(x=3, n*10, if(isprime(x+2), twin[c]=x; c++; ) )

CROSSREFS

Sequence in context: A141922 A142080 A141939 * A142526 A088319 A204620

Adjacent sequences:  A089631 A089632 A089633 * A089635 A089636 A089637

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Jan 01 2004

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 14 09:18 EST 2012. Contains 205614 sequences.