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.

This page as a plain text file.
%I A038823 #18 Mar 21 2021 12:56:34
%S A038823 168,135,127,120,119,114,117,107,110,112,106,103,109,105,102,108,98,
%T A038823 104,94,104,98,104,100,104,94,98,101,94,98,92,95,92,106,100,94,92,99,
%U A038823 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
%N A038823 Number of primes between n*1000 and (n+1)*1000.
%D A038823 D. N. Lehmer, List of Prime Numbers from 1 to 10,006,721, p. 2, Carnegie Institute of Washington, Washington D.C., 1914
%D A038823 George P. Loweke, The Lore of Prime Numbers. New York: Vantage Press (1982) p. 91.
%D A038823 D. D. Spencer, Key Dates in Number Theory History, pp. 98, Camelot Pub. Co., FL 1995.
%D A038823 J. V. Uspensky and M. A. Heaslet, Elementary Number Theory, McGraw-Hill, NY, 1939, p. 124.
%H A038823 Jon E. Schoenfield, <a href="/A038823/b038823.txt">Table of n, a(n) for n = 0..9999</a> (first 100 terms from Julien Peter Benney)
%t A038823 Table[PrimePi[(n + 1) * 10^3] - PrimePi[n * 10^3], {n, 0, 99}] (* Julien Peter Benney (jpbenney(AT)gmail.com), Feb 18 2008 *)
%Y A038823 Cf. A038824, A038825, A038826, A038827, A038828, A038829, A038830, A038831, A038832, A080132.
%K A038823 nonn
%O A038823 0,1
%A A038823 _Jeff Burch_
%E A038823 Edited and extended by _Robert G. Wilson v_, Jan 29 2003