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.

A054831 Fourth term of weak prime sextet: p(m-2)-p(m-3) < p(m-1)-p(m-2) < p(m)-p(m-1) < p(m+1)-p(m) < p(m+2)-p(m+1).

Original entry on oeis.org

2927, 13487, 13913, 14969, 15391, 15401, 21419, 21569, 21881, 28289, 30893, 33223, 35603, 37717, 42239, 42589, 45833, 55673, 64679, 64937, 64951, 68219, 68227, 68909, 68917, 73961, 74219, 78607, 83117, 85531, 87337, 88019, 90931
Offset: 1

Views

Author

Henry Bottomley, Apr 10 2000

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Partition[Prime[Range[9000]],6,1],Min[Differences[#,2]]>0&][[All,4]] (* Harvey P. Dale, Sep 18 2022 *)