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.

A038814 Number of primes less than 100000n.

Original entry on oeis.org

9592, 17984, 25997, 33860, 41538, 49098, 56543, 63951, 71274, 78498, 85714, 92938, 100021, 107126, 114155, 121127, 128141, 135072, 142029, 148933, 155805, 162662, 169511, 176302, 183072, 189880, 196645, 203362, 210109, 216816, 223492, 230209
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

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

Extensions

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