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.

A055730 Number of primes <= 5^n.

Original entry on oeis.org

0, 3, 9, 30, 114, 445, 1821, 7671, 33118, 145713, 650133, 2934858, 13375865, 61444585, 284140656, 1321453490, 6175961983, 28988040005, 136575061279, 645620925545, 3061129684411, 14552990145243, 69354801708586, 331251325552977, 1585299642009257, 7600886353341754, 36504944044424979
Offset: 0

Views

Author

Robert G. Wilson v, Jun 09 2000

Keywords

Crossrefs

Programs

  • Mathematica
    Table[PrimePi[5^n], {n, 0, 19}]
  • PARI
    a(n) = primepi(5^n); \\ Michel Marcus, Aug 25 2014

Formula

a(n) = A000720(A000351(n)). - Michel Marcus, Aug 25 2014

Extensions

a(19) corrected by Henri Lifchitz, Nov 11 2012
a(20)-a(27) from Henri Lifchitz, Nov 11 2012
a(28)-a(32) from Henri Lifchitz, Aug 25 2014
Definition corrected by Jean-Claude Arbaut, Oct 07 2015
a(33) from Robert Price, May 07 2025