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.

A134117 Primes p such that q-p = 36, where q is the next prime after p.

Original entry on oeis.org

9551, 12853, 14107, 15823, 18803, 22193, 22307, 22817, 24281, 27143, 28351, 29881, 32261, 40387, 42863, 45083, 45197, 46771, 46957, 47981, 50461, 57601, 60041, 60457, 62423, 65993, 66301, 68171, 69073, 69557, 71597, 72577, 72823, 73783
Offset: 1

Views

Author

Rick L. Shepherd, Oct 08 2007

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Partition[Prime[Range[10000]],2,1],#[[2]]-#[[1]]==36&][[All,1]] (* Harvey P. Dale, Aug 27 2019 *)
  • PARI
    is(n)=nextprime(n+1)==n+36 && isprime(n) \\ Charles R Greathouse IV, Sep 14 2015

Formula

a(n) >> n log^2 n. - Charles R Greathouse IV, Sep 14 2015