A060969 Number of cubes of primes <= 2^n.
0, 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 6, 8, 9, 11, 12, 15, 18, 22, 26, 31, 37, 46, 54, 66, 79, 97, 117, 141, 172, 209, 257, 309, 376, 457, 564, 687, 842, 1028, 1266, 1549, 1900, 2327, 2861, 3512, 4323, 5320, 6542, 8072, 9936, 12251, 15104, 18640, 23000, 28428
Offset: 0
Keywords
Examples
For n = 10, the cubes of primes not exceeding 2^10 = 1024 are 8, 27, 125, 343, so a(10) = 4.
Links
Programs
-
Mathematica
Table[ PrimePi[ Floor[ 2^(g/3)//N ] ], {g, 0, 90} ]
Formula
a(3*n) = A007053(n). - Chai Wah Wu, Jan 23 2025
Extensions
Missing a(0)=0 inserted by Sean A. Irvine, Jan 09 2023