How, if at all, does pure mathematics benefit from $2^{74207281}-1$ being prime?

It has no practical applications in mathematics or any other field as far as I know.

It is expected that there are an infinite number of Mersenne primes, so discovering a new one is completely in line with that. On the other hand, it would be much more interesting and perhaps somehow consequential if we failed to find a new one where one ought to be according to the conjectured distribution. Or if we found two whose exponents were very close together, that would also be quite a surprise begging for a mathematical explanation; there is no way to rule this out currently, it may be the case that $2^p-1$ is prime for all sufficiently large prime $p$. But this one is completely ordinary-looking and its discovery is just one more piece of evidence for what is already widely-believed.

RSA cryptography relies on the difficulty of factoring composite numbers whose prime factors are unknown, so big Mersenne primes have no relationship to this. There are other cryptosystems based on the discrete logarithm problem such as Diffie-Hellman and ElGamal that use known prime numbers as parameters, but much smaller primes are secure enough, and Mersenne primes are considered unsuitable because they are not safe.

Mersenne primes are used in PRNGs like MT19937 because it is faster to perform multiplication in binary modulo a Mersenne prime versus other types of primes. But it will take some decades of continuation of Moore's law before giant Mersenne primes find a role here and that seems quite unlikely.

So why does anybody care then? Because it's an awesomely difficult accomplishment that inspires the public and gets people interested in learning more about mathematics. And what aspiring and ambitious mathematician wouldn't be proud to see their name preserved in history alongside Leonhard Euler? It's the type of thing that we celebrate for its own sake.


I made a list of reasons why mathematicians care about perfect numbers and Mersenne primes which may be relevant. But the search is mainly done for aesthetic reasons, not because of those applications. However, there are also spillover benefits. The search for Mersenne primes led to the discovery of a flaw in certain Intel processors, for example. More importantly, it has led the development of fast FFT software for large numbers, which have myriad applications in industry. (The search uses relatively large numbers, so they have to develop new software to run efficiently there, but as computers become generally more efficient those sizes become useful for many practical projects.)

But I can't think of any reason that knowing that this particular number is prime would advance mathematics, not on its own. If enough Mersenne primes are found, though, it will provide evidence for or against standard conjectures about how they are distributed. If it's what we expect that changes very little, but if they aren't then finding out why and how are suddenly very important questions, because that might undermine other assumptions built on apparently-faulty premises.