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.

A038820 Number of primes less than n*10^11.

Original entry on oeis.org

4118054813, 8007105059, 11818439135, 15581005657, 19308136142, 23007501786, 26684074310, 30341383527, 33981987586, 37607912018, 41220703418, 44821651132, 48411812843, 51992079337, 55563209929, 59125832286
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

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

Extensions

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