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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A102332 Initial prime p introducing a prime sextuplet of consecutive primes as follows:{p,p+10,p+18,p+28,p+36,p+46} with the corresponding prime-difference-pattern:{10,8,10,8,10,8}. 3
37861, 39181, 324763, 692743, 810391, 945331, 1047961, 1429573, 1513573, 1540813, 1799071, 3463573, 3861223, 3979201, 4536121, 4641001, 5154343, 5445403, 5874853, 7851583, 8820793, 8961373, 8976403, 9302113, 9673351 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

A generalization of primes displayed in A022008.

MATHEMATICA

tm=TimeUsed[]; ta={{0}}; Do[g=n; d1=10; d2=8; d3=10; d4=8; d5=10; s1=Prime[n+1]-Prime[n]; s2=Prime[n+2]-Prime[n+1]; s3=Prime[n+3]-Prime[n+2]; s4=Prime[n+4]-Prime[n+3]; s5=Prime[n+5]-Prime[n+4]; If[Equal[s1, d1]&&Equal[s2, d2]&& Equal[s3, d3]&&Equal[s4, d4]&&Equal[s5, d5], Print[{Prime[n], s1, s2, s3, s4, s5}]; ta=Append[ta, Prime[n]]], {n, 1, 10000000}] {ta=Delete[ta, 1], {d1, d2}} {g, TimeUsed[]-tm}

CROSSREFS

Cf. A001223, A022008, A052162-A052168, A047078, A067140, A067141.

Sequence in context: A092682 A048526 A190320 * A172425 A168628 A178286

Adjacent sequences:  A102329 A102330 A102331 * A102333 A102334 A102335

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Jan 06 2005

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 08:58 EST 2012. Contains 205614 sequences.