OFFSET
1,1
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..52 (calculated from the b-file at A071973)
FORMULA
EXAMPLE
a(1) = 2 as 2 and 3 are the two primes between 1 and Pi. a(4) = 14 as there are 14 primes between Pi^3 = 31.006... and Pi^4 = 97.409091...
MAPLE
See A061273.
MATHEMATICA
p = q = 0; Do[m = n; q = PrimePi[Pi^n]; Print[q - p]; p = q, {n, 1, 28}]
Differences[PrimePi[Pi^Range[0, 27]]] (* Harvey P. Dale, Aug 17 2016 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Apr 25 2001
EXTENSIONS
More terms from Winston C. Yang (winston(AT)cs.wisc.edu), May 17 2001
Edited and extended by Robert G. Wilson v, Jun 18 2002
a(28)-a(30) from Amiram Eldar, Jun 14 2024
STATUS
approved