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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A136143 First of six consecutive primes that are three sets of twin primes. 0
5, 179, 809, 3359, 4217, 6761, 9419, 9431, 18041, 21587, 26861, 49367, 62969, 62981, 67187, 72221, 72227, 80447, 82721, 91127, 97841, 98897, 103967, 109829, 122597, 154157, 178037, 203321, 208931, 225749, 227609, 236867, 243671, 251201 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Could be called unrestricted prime sextets.

MATHEMATICA

lst={}; Do[p0=Prime[n]; p1=Prime[n+1]; p2=Prime[n+2]; p3=Prime[n+3]; p4=Prime[n+4]; p5=Prime[n+5]; If[p1-p0==2&&p3-p2==2&&p5-p4==2, AppendTo[lst, p0]], {n, 8!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Apr 02 2010]

CROSSREFS

Cf. A090953. [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 28 2008]

Sequence in context: A200796 A194571 A141981 * A035791 A162136 A053363

Adjacent sequences:  A136140 A136141 A136142 * A136144 A136145 A136146

KEYWORD

nonn

AUTHOR

Harry J. Smith (hjsmithh(AT)sbcglobal.net), Dec 16 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 13 22:36 EST 2012. Contains 205567 sequences.