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.

A080122 Number of primes less than n*10^13.

Original entry on oeis.org

346065536839, 675895909271, 1000121668853, 1320811971702, 1638923764567, 1955010428258, 2269432871304, 2582444113487, 2894232250783, 3204941750802, 3514687156436, 3823561506566, 4131641836725, 4438993433550, 4745670621117
Offset: 1

Views

Author

Robert G. Wilson v and Jeff Burch, Jan 29 2003

Keywords

Crossrefs

Programs

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