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.

A040014 Number of primes < e^n.

Original entry on oeis.org

0, 1, 4, 8, 16, 34, 79, 183, 429, 1019, 2466, 6048, 14912, 37128, 93117, 234855, 595341, 1516233, 3877186, 9950346, 25614562, 66124777, 171141897, 443963543, 1154106844, 3005936865, 7842921261, 20496470801, 53645077679, 140599114669, 368973074565, 969455391690, 2550043255883
Offset: 0

Views

Author

Keywords

Comments

a(n) = A000720(A000149(n)). - Reinhard Zumkeller, Mar 17 2015

Crossrefs

Programs

  • Haskell
    a040014 = a000720 . a000149  -- Reinhard Zumkeller, Mar 17 2015
  • Mathematica
    Table[PrimePi[Exp[n]], {n, 0, 33}]

Extensions

a(27)-a(29) from Robert G. Wilson v, Jun 09 2000
a(30)-a(32) from Seiichi Manyama, May 04 2016