How can I calculate exactly how many primes there are up to 65,025?
I have seen that $x/logx$ gives an estimation, but it is not hugely accurate.
How can I calculate exactly how many primes there are up to 65,025?
I have seen that $x/logx$ gives an estimation, but it is not hugely accurate.
Go to Wolfram alpha and type
PrimePi(65025)
This is called prime counting function.