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.

A038813 Number of primes less than 10000n.

Original entry on oeis.org

1229, 2262, 3245, 4203, 5133, 6057, 6935, 7837, 8713, 9592, 10453, 11301, 12159, 13010, 13848, 14683, 15497, 16342, 17170, 17984, 18807, 19618, 20437, 21221, 22044, 22837, 23642, 24432, 25224, 25997, 26800, 27608, 28404, 29182, 29977
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    Table[ PrimePi[ n*10^4 ], {n, 1, 30}]
  • PARI
    a(n)=primepi(10000*n) \\ Charles R Greathouse IV, Apr 29 2015

Extensions

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