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.

A038829 Number of primes between n*10^9 and (n+1)*10^9.

Original entry on oeis.org

50847534, 47374753, 46227250, 45512275, 44992411, 44591145, 44258984, 43979302, 43739541, 43529316, 43336106, 43167234, 43014349, 42870136, 42740180, 42619305, 42506114, 42397463, 42296629, 42206689, 42117773, 42033862, 41951193, 41876823, 41801038, 41730415, 41667335
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    Table[ PrimePi[(n+1)*10^9] - PrimePi[n*10^9], {n, 0, 20}]

Extensions

Edited and extended by Robert G. Wilson v, Jan 29 2003
a(21)-a(26) from Amiram Eldar, Jun 14 2024