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.

A054825 Third term of weak prime quintets: 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

353, 683, 1433, 1493, 1627, 2213, 2243, 2693, 2917, 2927, 4099, 4133, 4937, 5581, 5939, 6277, 6481, 6709, 6833, 8093, 8179, 8237, 8941, 10337, 10739, 11783, 12113, 12289, 13477, 13487, 13907, 13913, 14087, 14633, 14669, 14957, 14969, 15083
Offset: 1

Views

Author

Henry Bottomley, Apr 10 2000

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Partition[Prime[Range[2000]], 5, 1], Min[Differences[ #, 2]] > 0 &] [[All, 3]](* Harvey P. Dale, Jul 09 2017 *)