cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A054694 n consecutive primes differ by 8 or more starting at a(n).

Original entry on oeis.org

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

Views

Author

Jeff Burch, Apr 19 2000

Keywords

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