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.

A055731 Number of primes < 6^n.

Original entry on oeis.org

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

Views

Author

Robert G. Wilson v, Jun 09 2000

Keywords

Crossrefs

Programs

  • Mathematica
    Table[PrimePi[6^n], {n, 0, 17}]
  • PARI
    a(n) = primepi(6^n); \\ Michel Marcus, Oct 05 2020

Formula

a(n) = A000720(A000400(n)). - Michel Marcus, Oct 05 2020

Extensions

a(18)-a(24) from Henri Lifchitz, Nov 11 2012
a(25)-a(28) from Henri Lifchitz, Aug 25 2014