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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A035794 Start of a string of exactly 6 consecutive (but disjoint) pairs of twin primes. 3
325267931, 412984667, 678771479, 2227604747, 2409360557, 4014288869, 4363839617, 6988064579, 8402566787, 9497780417, 10099096127, 12347083739, 12429980741, 13022601257, 14198015129, 14845029299, 15330685079 (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]; p10=Prime[n+10]; p11=Prime[n+11]; If[p1-p0==p3-p2==p5-p4==p7-p6==p9-p8==p11-p10==2, Print[p0]; AppendTo[lst, p0]], {n, 9*10!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Apr 02 2010]

CROSSREFS

The first term of this sequence is in A087641.

Sequence in context: A112429 A104923 A153753 * A022239 A204337 A113739

Adjacent sequences:  A035791 A035792 A035793 * A035795 A035796 A035797

KEYWORD

nonn

AUTHOR

Randall Rathbun

EXTENSIONS

More terms from Jud McCranie (JudMcCranie(AT)ugaalum.uga.edu), 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 17 07:30 EST 2012. Contains 205998 sequences.