A153450 Number of primes <= 2^(2^n) = pi(A001146(n)).
1, 2, 6, 54, 6542, 203280221, 425656284035217743
Offset: 0
Examples
a(3) = 54 because 2^(2^3) = 256 and there are 54 primes <= 256.
Programs
-
PARI
a(n)=primepi(1<<2^n) \\ Charles R Greathouse IV, Dec 05 2011
Extensions
a(6) from Charles R Greathouse IV, Dec 05 2011
Comments