Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #14 Mar 21 2021 12:56:25
%S 9592,8392,8013,7863,7678,7560,7445,7408,7323,7224,7216,7224,7083,
%T 7105,7029,6972,7014,6931,6957,6904,6872,6857,6849,6791,6770,6808,
%U 6765,6717,6747,6707,6676,6717,6691,6639,6611,6576,6671,6590,6624,6535,6628,6540
%N Number of primes between n*100000 and (n+1)*100000.
%H Jon E. Schoenfield, <a href="/A038825/b038825.txt">Table of n, a(n) for n = 0..9999</a> (first 1001 terms from Harvey P. Dale)
%t Table[PrimePi[(n+1)*10^5] - PrimePi[n*10^5], {n, 0, 41}]
%t #[[2]]-#[[1]]&/@Partition[PrimePi[Range[0,50]10^5],2,1] (* _Harvey P. Dale_, Mar 23 2017 *)
%Y Cf. A038823, A038824, A038826, A038827, A038828, A038829, A038830, A038831, A038832, A080132.
%K nonn
%O 0,1
%A _Jeff Burch_
%E Edited and extended by _Robert G. Wilson v_, Jan 29 2003