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.

A038812 Number of primes less than 1000n.

Original entry on oeis.org

168, 303, 430, 550, 669, 783, 900, 1007, 1117, 1229, 1335, 1438, 1547, 1652, 1754, 1862, 1960, 2064, 2158, 2262, 2360, 2464, 2564, 2668, 2762, 2860, 2961, 3055, 3153, 3245, 3340, 3432, 3538, 3638, 3732, 3824, 3923, 4017, 4107, 4203, 4291, 4392, 4494
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    Table[ PrimePi[ n*1000 ], {n, 1, 45}]
  • PARI
    a(n)=primepi(1000*n) \\ Charles R Greathouse IV, Apr 29 2015

Extensions

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