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.

A038819 Number of primes less than n*10^10.

Original entry on oeis.org

455052511, 882206716, 1300005926, 1711955433, 2119654578, 2524038155, 2925699539, 3325059246, 3722428991, 4118054813, 4512105232, 4904759399, 5296138250, 5686326158, 6075437956, 6463533937, 6850690633, 7236978160
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

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

Extensions

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