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.

A054822 Fourth term of weak prime quartet: p(m-2)-p(m-3) < p(m-1)-p(m-2) < p(m)-p(m-1).

Original entry on oeis.org

29, 53, 97, 127, 239, 307, 331, 359, 367, 397, 419, 457, 479, 521, 587, 653, 691, 701, 853, 877, 907, 929, 1049, 1087, 1103, 1213, 1249, 1289, 1319, 1361, 1399, 1439, 1447, 1471, 1499, 1511, 1567, 1619, 1637, 1657, 1721, 1901, 2011, 2053, 2111, 2203
Offset: 1

Views

Author

Henry Bottomley, Apr 10 2000

Keywords

Crossrefs

Programs

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