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.

A038816 Number of primes less than n*10^7.

Original entry on oeis.org

664579, 1270607, 1857859, 2433654, 3001134, 3562115, 4118064, 4669382, 5216954, 5761455, 6303309, 6841648, 7378187, 7912199, 8444396, 8974458, 9503083, 10030385, 10555473, 11078937, 11601626, 12122540, 12642573
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

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

Extensions

More terms from Robert G. Wilson v, Aug 27 2001
Edited and extended by Robert G. Wilson v, Jan 29 2003