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.

A038821 Number of primes less than n*10^12.

Original entry on oeis.org

37607912018, 73301896139, 108340298703, 142966208126, 177291661649, 211381427039, 245277688804, 279010070811, 312600354108, 346065536839, 379418886337, 412671294782, 445831610611, 478907544860, 511905471132
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

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

Extensions

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