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.

A124594 Primes p such that q-p = 26, where q is the next prime after p.

Original entry on oeis.org

2477, 3137, 5531, 11213, 12011, 12347, 14897, 16007, 16493, 16703, 20297, 24443, 26267, 26513, 29033, 29501, 31193, 32843, 34781, 35543, 35771, 36161, 36497, 36947, 37061, 38993, 39581, 40361, 40433, 43067, 44657, 46523, 48131, 48497, 49757, 52583, 53327
Offset: 1

Views

Author

N. J. A. Sloane, Dec 19 2006

Keywords

Programs

  • Mathematica
    Select[Partition[Prime[Range[6000]],2,1],#[[2]]-#[[1]]==26&][[All,1]] (* Harvey P. Dale, Jan 01 2017 *)