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”).

A055731
Number of primes < 6^n.
1
0, 3, 11, 47, 210, 985, 4821, 24427, 126726, 669432, 3588148, 19453038, 106460872, 587176205, 3259873268, 18200088376, 102107048666, 575281018454, 3253321522134, 18459252891532, 105048100696856, 599403542263094, 3428437672359713, 19652744592040804, 112879982373565581, 649538196329702877, 3743885544339750283, 21612949469350359942, 124947894360104092955
OFFSET
0,2
LINKS
David Baugh, Table of n, a(n) for n = 0..33 (terms n = 29..33 found using Kim Walisch's primecount program)
FORMULA
a(n) = A000720(A000400(n)). - Michel Marcus, Oct 05 2020
MATHEMATICA
Table[PrimePi[6^n], {n, 0, 17}]
PROG
(PARI) a(n) = primepi(6^n); \\ Michel Marcus, Oct 05 2020
CROSSREFS
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Jun 09 2000
EXTENSIONS
a(18)-a(24) from Henri Lifchitz, Nov 11 2012
a(25)-a(28) from Henri Lifchitz, Aug 25 2014
STATUS
approved