OFFSET
0,3
LINKS
Amiram Eldar, Table of n, a(n) for n = 0..80 (calculated using Kim Walisch's primecount)
EXAMPLE
a(1) = 0 because 10^(1/4) = 1.77828... and there are no primes less than that.
a(2) = 2 because sqrt(10) = 3.16228... and there are 2 primes below that.
a(3) = 3 because 10^(3/4) = 5.62341... and there are 3 primes below that.
MATHEMATICA
Table[PrimePi[10^(n/4)], {n, 0, 39}] (* Alonso del Arte, Jan 26 2013 *)
CROSSREFS
KEYWORD
nonn,hard
AUTHOR
Vladimir Pletser, Jan 26 2013
STATUS
approved