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.

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

Original entry on oeis.org

359, 691, 1439, 1499, 1637, 2221, 2251, 2699, 2927, 2939, 4111, 4139, 4943, 5591, 5953, 6287, 6491, 6719, 6841, 8101, 8191, 8243, 8951, 10343, 10753, 11789, 12119, 12301, 13487, 13499, 13913, 13921, 14107, 14639, 14683, 14969, 14983, 15091
Offset: 1

Views

Author

Henry Bottomley, Apr 10 2000

Keywords

Crossrefs

Programs

  • Mathematica
    Transpose[Select[Partition[Prime[Range[2000]],5,1],Min[ Differences[ #,2]]>0&]] [[4]] (* Harvey P. Dale, May 07 2015 *)