A038824 Number of primes between n*10000 and (n+1)*10000.
1229, 1033, 983, 958, 930, 924, 878, 902, 876, 879, 861, 848, 858, 851, 838, 835, 814, 845, 828, 814, 823, 811, 819, 784, 823, 793, 805, 790, 792, 773, 803, 808, 796, 778, 795, 780, 765, 778, 767, 793, 754, 776, 772, 779, 765, 752, 765, 782, 761, 772, 753
Offset: 0
Keywords
Links
- Jon E. Schoenfield, Table of n, a(n) for n = 0..9999
Crossrefs
Programs
-
Mathematica
Table[PrimePi[(n+1)*10^4] - PrimePi[n*10^4], {n, 0, 50}] Differences[PrimePi[10000*Range[0,51]]] (* Harvey P. Dale, Oct 21 2024 *)
Extensions
Edited, corrected and extended by Robert G. Wilson v, Jan 29 2003