login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A055730
Number of primes <= 5^n.
0
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, 175596829407110803, 845879609035799508, 4080206964520522386, 19705939422430380037, 95283357078617397618, 461221032128956299315
OFFSET
0,2
FORMULA
a(n) = A000720(A000351(n)). - Michel Marcus, Aug 25 2014
MATHEMATICA
Table[PrimePi[5^n], {n, 0, 19}]
PROG
(PARI) a(n) = primepi(5^n); \\ Michel Marcus, Aug 25 2014
CROSSREFS
Sequence in context: A124427 A350589 A308554 * A120018 A354120 A091353
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Jun 09 2000
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
STATUS
approved