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.

A204668 Primes p such that q-p = 58, where q is the next prime after p.

Original entry on oeis.org

44293, 58831, 79699, 85933, 153001, 181303, 190921, 214993, 221101, 237409, 277099, 302053, 307759, 311041, 399793, 402139, 413353, 420613, 422479, 442633, 492319, 510619, 525043, 531919, 558343, 600109, 624859, 640993, 650701, 677473, 686209, 696181, 714283, 724021, 733009, 737353
Offset: 1

Views

Author

N. J. A. Sloane, Jan 17 2012

Keywords

Crossrefs

Cf. A126771 for gaps of 60.

Programs

  • PARI
    g=58;c=o=0;forprime(p=1,default(primelimit),(-o+o=p)==g&write("c:/temp/b204668.txt",c++" "p-g))