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.

A038818 Number of primes less than n*10^9.

Original entry on oeis.org

50847534, 98222287, 144449537, 189961812, 234954223, 279545368, 323804352, 367783654, 411523195, 455052511, 498388617, 541555851, 584570200, 627440336, 670180516, 712799821, 755305935, 797703398, 840000027, 882206716, 924324489
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

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

Extensions

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