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.

A038824 Number of primes between n*10000 and (n+1)*10000.

Original entry on oeis.org

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

Views

Author

Keywords

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