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.

A054815 Third term of strong prime sextets: p(m-1)-p(m-2) > p(m)-p(m-1) > p(m+1)-p(m) > p(m+2)-p(m+1) > p(m+3)-p(m+2).

Original entry on oeis.org

1861, 2521, 3449, 9601, 21481, 23003, 25229, 26099, 32173, 33391, 33923, 39089, 40801, 41221, 44257, 47279, 48809, 55889, 57781, 67021, 70111, 74279, 74699, 74707, 75133, 75149, 82963, 84307, 87853, 88397, 88651, 103787, 103889
Offset: 0

Views

Author

Henry Bottomley, Apr 10 2000

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Partition[Prime[Range[10000]],6,1],Max[Differences[#,2]]<0&] [[All,3]] (* Harvey P. Dale, Apr 30 2017 *)