The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A244308 Positive integers n such that all the gaps prime(n+i+1) - prime(n+i) (i = 0, ..., 12) belong to the set {g > 0: g - 1 and g + 1 are twin prime}. 2
754205, 1347541, 1347542, 1347543, 1347544, 1347545, 1692355, 2067412, 2067413, 2067414, 2067415, 2218613, 2809181, 5455635, 6127765, 6127766, 7034825, 7034826, 7194143, 8603331, 8815168, 8815169, 8815170, 8815171, 9072188 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: For any integer m > 0, there are infinitely many positive integers n such that all those gaps prime(n+i+1) - prime(n+i) (i = 0, ..., m-1) belong to the set {g > 0: g - 1 and g + 1 are twin prime}.
LINKS
EXAMPLE
a(1) = 754205 with those prime(754205+i+1) - prime(754205+i) (i = 0, ..., 12) having respective values 4, 12, 18, 42, 30, 30, 6, 12, 18, 30, 18, 12, 12 in the set {g > 0: g - 1 and g + 1 are twin prime}.
MATHEMATICA
d[n_]:=Prime[n+1]-Prime[n]
m=0; Do[Do[If[PrimeQ[d[n+i]-1]==False||PrimeQ[d[n+i]+1]==False, Goto[aa]], {i, 0, 12}]; m=m+1; Print[m, " ", n]; Label[aa]; Continue, {n, 1, 9072188}]
CROSSREFS
Sequence in context: A253374 A204229 A290161 * A273971 A259305 A172586
KEYWORD
nonn
AUTHOR
Zhi-Wei Sun, Jun 25 2014
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 May 16 00:16 EDT 2024. Contains 372549 sequences. (Running on oeis4.)