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.

A134120 Primes p such that q-p = 42, where q is the next prime after p.

Original entry on oeis.org

16141, 34981, 38501, 39251, 45439, 52391, 58789, 61169, 68821, 75437, 78737, 78989, 81239, 81569, 82657, 84871, 88547, 96601, 97729, 104417, 105277, 108301, 116047, 116747, 117991, 119447, 120431, 121081, 122401, 125821, 126781, 126989
Offset: 1

Views

Author

Rick L. Shepherd, Oct 08 2007

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Partition[Prime[Range[12000]],2,1],#[[2]]-#[[1]]==42&][[All,1]] (* Harvey P. Dale, Aug 24 2019 *)