This provides random Joe a way to show that the Riemann Hypothesis is false: try a bunch of big numbers (bigger than 5040) in σ(n)/(n ln(ln (n))) and check if the result is greater than or equal to e^γ (1.7810724179901979852365041031071…).
If it is, then the Riemann Hypothesis is false. That would be a fun day.
You'll never be sure if you got all the numbers though. You could try 1 trillion numbers and mathmaticians wouldn't be satisfied. Because 1 trillion and 1 could be it.
In this case efficiently searching for an example n does not require fast factorization. We are search for a number n such that σ(n)/(n ln(ln (n))) is large. That mean we want σ(n) large, and that means n will have to have lots and lots of small factors.
So your comment is relevant, but in this case, it doesn't provide new insight.
Oh yes. The Riemann Hypothesis is connected to just about everything; lots of statements have been shown to either follow from it or be equivalent to it.
Yes. In fact, if we ever manage to build a quantum computer with a non-trivial amount of qubits, we can expect exponential improvement in the performance of any prime number-related numerical research.
sigma(n) is largest when n has lots of large factors. Since d is a factor if n/d is, it's easiest to guarantee this by making sure that n has lots of small factors.
Factorials, by construction, are good examples of numbers with many small factors.
[+] [-] troymc|6 years ago|reply
If it is, then the Riemann Hypothesis is false. That would be a fun day.
[+] [-] Taniwha|6 years ago|reply
[+] [-] woliveirajr|6 years ago|reply
[+] [-] zaarn|6 years ago|reply
You'll only know for sure if you prove it false.
[+] [-] adenadel|6 years ago|reply
[+] [-] tzs|6 years ago|reply
Let s(n) be the sum of the positive integers that divide n. For example, s(6) = 1 + 2 + 3 + 6 = 12.
Let H(n) = 1/1 + 1/2 + 1/3 + ... + 1/n.
The Riemann Hypothesis is true if and only if s(n) < H(n) + exp(H(n)) log(H(n)) for all n > 1.
[1] https://arxiv.org/abs/math/0008177
[+] [-] 7373737373|6 years ago|reply
[+] [-] ColinWright|6 years ago|reply
So your comment is relevant, but in this case, it doesn't provide new insight.
[+] [-] lmm|6 years ago|reply
[+] [-] FartyMcFarter|6 years ago|reply
[+] [-] etatoby|6 years ago|reply
[+] [-] emmelaich|6 years ago|reply
coincidence?
[+] [-] impendia|6 years ago|reply
sigma(n) is largest when n has lots of large factors. Since d is a factor if n/d is, it's easiest to guarantee this by making sure that n has lots of small factors.
Factorials, by construction, are good examples of numbers with many small factors.