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.

A098976 Upper prime of a difference of 22 between consecutive primes.

Original entry on oeis.org

1151, 1973, 2333, 2579, 3251, 3491, 3761, 3989, 4049, 5471, 6449, 7151, 8039, 9371, 9461, 9719, 10061, 10133, 10391, 10589, 11351, 11549, 12071, 12323, 13751, 13829, 14243, 14369, 15053, 15959, 17159, 17231, 17783, 18119, 19001, 19841, 19889
Offset: 1

Views

Author

Douglas Winston (douglas.winston(AT)srupc.com), Oct 24 2004

Keywords

Crossrefs

Cf. A031939.

Programs

  • Mathematica
    Select[Partition[Prime[Range[2500]],2,1],#[[2]]-#[[1]]==22&][[All,2]] (* Harvey P. Dale, Oct 14 2018 *)

Formula

a(n) = A061779(n)+22.