[go: up one dir, main page]

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

A055732
Number of primes <= 7^n.
1
0, 4, 15, 68, 357, 1939, 11098, 65685, 397764, 2453911, 15353323, 97163605, 620646217, 3995149838, 25885182840, 168650876819, 1104127111380, 7259025764932, 47901523494261, 317140339436292, 2105877503513609, 14020561559878216, 93570332318306847, 625829902867176558, 4194084944321575624, 28158446635057280702, 189368274899202732322
OFFSET
0,2
LINKS
David Baugh, Table of n, a(n) for n = 0..30 (terms n = 27..30 found using Kim Walisch's primecount program)
FORMULA
a(n) = A000720(A000420(n)). - Michel Marcus, Aug 25 2014
MATHEMATICA
Table[PrimePi[7^n], {n, 0, 16}]
PROG
(PARI) a(n) = primepi(7^n); \\ Michel Marcus, Aug 25 2014
CROSSREFS
Sequence in context: A369486 A011967 A250886 * A125062 A039625 A020020
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Jun 09 2000
EXTENSIONS
a(17)-a(22) from Henri Lifchitz, Nov 11 2012
a(23)-a(26) from Henri Lifchitz, Aug 25 2014
STATUS
approved