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.

A060970 Number of fourth powers of primes <= 2^n.

Original entry on oeis.org

0, 0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 4, 4, 5, 6, 6, 8, 8, 9, 11, 12, 14, 16, 18, 21, 24, 28, 31, 36, 42, 47, 54, 62, 72, 82, 97, 111, 128, 149, 172, 199, 229, 268, 309, 360, 418, 481, 564, 651, 760, 886, 1028, 1201, 1393, 1629, 1900, 2211, 2585, 3010, 3512, 4104, 4792
Offset: 0

Views

Author

Labos Elemer, May 09 2001

Keywords

Examples

			For n = 12, the 4th powers of prime not exceeding 2^12 = 4096 are 16, 81, 625, 2401, so a(12) = 4.
		

Crossrefs

Programs

  • Mathematica
    Table[ PrimePi[ Floor[ 2^(g/4)//N ] ], {g, 0, 100} ]

Formula

a(4*n) = A007053(n). - Chai Wah Wu, Jan 23 2025
a(n) = A000720(A018048(n)). - Amiram Eldar, Mar 22 2025

Extensions

Missing a(0)=0 inserted by Sean A. Irvine, Jan 09 2023