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.

A038828 Number of primes between n*10^8 and (n+1)*10^8.

Original entry on oeis.org

5761455, 5317482, 5173388, 5084001, 5019541, 4968836, 4928228, 4893248, 4863036, 4838319, 4814936, 4792235, 4773628, 4757140, 4741055, 4725305, 4711186, 4699403, 4685506, 4674359, 4664239, 4653596, 4644818, 4633507, 4624924, 4618796, 4608025, 4600066, 4593753
Offset: 0

Views

Author

Keywords

Comments

Because the density of primes generally decreases as the range increases, the terms of the sequence generally are in decreasing order. - Harvey P. Dale, May 10 2025

Crossrefs

Programs

  • Mathematica
    Table[ PrimePi[(n+1)*10^8] - PrimePi[n*10^8], {n, 0, 23}]
    Differences[PrimePi[10^8 Range[0,30]]] (* Harvey P. Dale, May 10 2025 *)

Extensions

Edited and extended by Robert G. Wilson v, Jan 29 2003
More terms from Jon E. Schoenfield, Mar 21 2021