Former Nvidia engineer discovers largest known prime number, spanning 41 million digits

zohaibahd

Posts: 588   +15
Staff
In context: Prime numbers are those divisible only by 1 and themselves and include mathematical oddballs like 2, 3, 5, 7, and 11. While they start out simple, primes rapidly become sparse amid the endless integer options as the numbers grow larger. Singling these out is an immense computational challenge.

Luke Durant, an amateur mathematician and former Nvidia employee, has discovered the largest known prime number to date. He used free software and a globally distributed network of computer power to achieve this after nearly a year of intense calculation. Clocking in at 41,024,320 digits, it dwarfs the previous record by a staggering 16 million digits.

Durant's weapon of choice for this feat was the Great Internet Mersenne Prime Search (GIMPS) program, which uses a specialized algorithm to systematically check each potential prime candidate. The calculations were performed by a "cloud supercomputer," which used processing power from thousands of GPUs across 24 data centers in 17 different countries.

The process identified the prime number candidate 2^136,279,841 – 1 on October 11 via an Nvidia A100 GPU in Dublin. Final confirmation came the next day when an Nvidia H100 in San Antonio ran a definitive Lucas-Lehmer primality test.

This 41-million-digit number is the 52nd known "Mersenne prime," which is a special series devised by 17th century French monk and polymath Marin Mersenne. Such numbers have been central to number theory since they were first discussed by Euclid in around 350 BC.

There was some debate over whether the official discovery date should be when the probable prime was initially identified or when the Lucas-Lehmer test confirmed primality. However, GIMPS says it is ultimately siding with the latter.

The GIMPS team also noted that while there are currently few practical uses for these gigantic Mersenne primes, prompting some to question why bother searching for them at all, similar doubts had persisted a few decades prior until new cryptography algorithms relying on primes were developed.

Durant took home a $3,000 cash prize for his record. But even larger bounties of $150,000 and $250,000 await any hunters capable of bagging the first 100 million or 1 billion digit primes, respectively.

Image credit: Pixabay

Permalink to story:

 
The GIMPS team also noted that while there are currently few practical uses for these gigantic Mersenne primes
They were being modest. There's zero practical use for this. It was done purely for the bragging rights and for the prize money. Supercomputer time well spent. They probably had spent x1000 times the prize money just on the electrical bill. I wonder who really paid for this.

I remember from an earlier article about many nVidia employees who became millionaires, and no longer needed to work. And so, this is how they spend their time and money.

As I look at the IT industry, I see an endless line of now unemployed and desperate people on one side, and a large crowd of wealthy ones, who do not give a damn about anything. That's why things are so bad these days, and keep getting worse. To spend a mill to calculate a pointless prime number, while surrounded by hungry and homeless people - must feel very gratifying.
 
Last edited:
As told with so much charm by mathematician Matt Parker (Stand Up Maths) on YT, and expanded by Numberphile.

And yes, this is completely pointless and very expensive maths fun.
 
Fyi GIMPS is the organization, but the software is called Prime95. I used it on a work computer once for a while, and it’s a waste of resources but it is a distributed software tool. It will eat up a lot of CPU cycles and wear down your computer’s lifespan.
 
As told with so much charm by mathematician Matt Parker (Stand Up Maths) on YT, and expanded by Numberphile.

And yes, this is completely pointless and very expensive maths fun.
Yeah... lucky that there are no kids in the world dying of starvation........oh wait a minute?!
 
Back