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.

A215239 Prime number following prime(A215237).

Original entry on oeis.org

3, 5, 127, 1657, 2999, 44351, 305717, 1133131, 370373, 1357333, 46006967, 268119667, 291057563, 3429782399, 10502593369, 10926444847, 87241771051, 226751019863, 1901687257829
Offset: 0

Views

Author

T. D. Noe, Oct 11 2012

Keywords

Comments

We use offset 0 because A215237 uses that offset.

Crossrefs

Programs

  • Mathematica
    t = Table[PrimePi[Prime[n + 1]/2] - PrimePi[Prime[n]/2], {n, 100000}]; t2 = Flatten[Table[Position[t, n, 1, 1], {n, 0, 8}]]; NextPrime[Prime[t2]]

Extensions

a(14)-a(18) from Donovan Johnson, Oct 13 2012