A054694 n consecutive primes differ by 8 or more starting at a(n).
89, 199, 683, 683, 683, 1789, 13469, 13469, 13469, 13469, 62687, 62687, 62687, 62687, 200597, 200597, 568441, 568441, 568441, 568441, 568441, 1974079, 3036799, 3059453, 3059453, 3059453, 5949347, 5949347, 5949347, 5949347
Offset: 2
Keywords
Links
- David A. Corneth, Table of n, a(n) for n = 2..69 (terms <= 7*10^9)
Crossrefs
Cf. A054678.
Programs
-
Mathematica
With[{prs=Prime[Range[500000]]},Table[SelectFirst[Partition[prs,n,1],Min[ Differences[ #]]>7&][[1]],{n,2,35}]] (* Harvey P. Dale, Sep 03 2021 *)
Extensions
More terms from Larry Reeves (larryr(AT)acm.org), Nov 09 2000