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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A035793 Start of a string of exactly 5 consecutive (but disjoint) pairs of twin primes. 3
909287, 2596619, 9617981, 12628337, 18873497, 21579629, 25739771, 34140077, 39433367, 62832101, 67369397, 84733211, 90122507, 102243017, 132826607, 140456711, 142749149, 180929687, 201057539, 212461979, 219970547, 228001649 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

REFERENCES

Posting to Number Theory List (NMBRTHRY(AT)LISTSERV.NODAK.EDU), Nov. 19 1998.

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]; p6=Prime[n+6]; p7=Prime[n+7]; p8=Prime[n+8]; p9=Prime[n+9]; If[p1-p0==p3-p2==p5-p4==p7-p6==p9-p8==2, AppendTo[lst, p0]], {n, 10!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Apr 02 2010]

CROSSREFS

Sequence in context: A179735 A015333 A141461 * A102503 A186608 A112688

Adjacent sequences:  A035790 A035791 A035792 * A035794 A035795 A035796

KEYWORD

nonn

AUTHOR

Randall Rathbun

EXTENSIONS

More terms from Hugo Pfoertner (hugo(AT)pfoertner.org), Sep 16 2003

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 21:49 EST 2012. Contains 205978 sequences.