login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A115946 Primes p(k) such that p(k+1)=p(k)+6, p(k+2)=p(k+1)+6, p(k+3)=p(k+2)+6, p(k+4)=p(k+3)+12, p(k+5)=p(k+4)+12. 0
206191, 245741, 331141, 369991, 818341, 976471, 1589671, 2091431, 2210291, 3790441, 5194921, 5272441, 6873131, 7109911, 7641311, 8393881, 9153031, 10315801, 10598431, 10640251, 10997081, 11439511, 11568731, 11657281 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Give six consecutive primes with gaps 6,6,6,12,12 I found 242 primes like this in the first 22,000,000 primes greatest found is 412276981
LINKS
EXAMPLE
206191,206197,206203,206209,206221,206233 are consecutive primes with gaps 6,6,6,12,12
MATHEMATICA
Transpose[Select[Partition[Prime[Range[800000]], 6, 1], Differences[#] == {6, 6, 6, 12, 12}&]][[1]] (* Harvey P. Dale, Jan 16 2012 *)
CROSSREFS
Sequence in context: A234069 A234061 A234060 * A082176 A178285 A101701
KEYWORD
nonn
AUTHOR
Pierre CAMI, Mar 14 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)