A176614 Conjectured least number M such that PrimePi(m)*log(m)/m lies between 1+(1/n) and 1-(1/n) for all m >= M.
1, 3, 3, 114, 294, 1674, 5904, 18596, 60181, 159875, 452639, 1297696, 3515851, 9840788, 27100113, 74045962, 198875487, 541400081
Offset: 1
Links
- Pierre Dusart, Estimates of Some Functions Over Primes without R.H., arXiv:1002.0442 [math.NT], 2010.
- Eric W. Weisstein, Prime Counting Function
Programs
-
PARI
/* generates a(12) */ nmax=0; for(n=1,2000000,v=primepi(n)*log(n)/n;if(v<1-(1/12)||v>1+(1/12),nmax=n)); print(nmax+1)
Extensions
a(13)-a(18) from Chai Wah Wu, Apr 27 2018
Comments