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.

A038823 Number of primes between n*1000 and (n+1)*1000.

Original entry on oeis.org

168, 135, 127, 120, 119, 114, 117, 107, 110, 112, 106, 103, 109, 105, 102, 108, 98, 104, 94, 104, 98, 104, 100, 104, 94, 98, 101, 94, 98, 92, 95, 92, 106, 100, 94, 92, 99, 94, 90, 96, 88, 101, 102, 85, 96, 86, 90, 95, 89, 98, 89, 97, 89, 92, 90, 93, 99, 91, 90, 94, 88, 87
Offset: 0

Views

Author

Keywords

References

  • D. N. Lehmer, List of Prime Numbers from 1 to 10,006,721, p. 2, Carnegie Institute of Washington, Washington D.C., 1914
  • George P. Loweke, The Lore of Prime Numbers. New York: Vantage Press (1982) p. 91.
  • D. D. Spencer, Key Dates in Number Theory History, pp. 98, Camelot Pub. Co., FL 1995.
  • J. V. Uspensky and M. A. Heaslet, Elementary Number Theory, McGraw-Hill, NY, 1939, p. 124.

Crossrefs

Programs

  • Mathematica
    Table[PrimePi[(n + 1) * 10^3] - PrimePi[n * 10^3], {n, 0, 99}] (* Julien Peter Benney (jpbenney(AT)gmail.com), Feb 18 2008 *)

Extensions

Edited and extended by Robert G. Wilson v, Jan 29 2003