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.

A055732 Number of primes <= 7^n.

Original entry on oeis.org

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

Views

Author

Robert G. Wilson v, Jun 09 2000

Keywords

Crossrefs

Programs

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

Formula

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

Extensions

a(17)-a(22) from Henri Lifchitz, Nov 11 2012
a(23)-a(26) from Henri Lifchitz, Aug 25 2014