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.

A204802 Primes followed by a gap of 130 = nextprime(p)-p.

Original entry on oeis.org

5518687, 11188759, 21825757, 22151281, 23559247, 24788077, 27106231, 29384059, 29924887, 30374251, 30781189, 31343269, 31399237, 31641829, 32788543, 33777241, 33991369, 38412637, 43418449, 51998809, 54674857, 55630507, 57445309, 57836563
Offset: 1

Views

Author

M. F. Hasler, Jan 19 2012

Keywords

Programs

  • PARI
    p=0; g=130; for(c=1, 100, while(g+p!=p=nextprime(p+1), ); print1(", "p-g)) \\