New largest prime number discovered by former Nvidia software engineer

gedaliyah@lemmy.world to Technology@lemmy.world – 419 points –
New largest prime number discovered by former Nvidia software engineer
sherwood.news

According to GIMPS, this is the first time a prime number was not found by an ordinary PC, but rather a “‘cloud supercomputer’ spanning 17 countries” that utilized an Nvidia A100 GPU chip to make the initial diagnosis. The primary architect of this find is Luke Durant, who worked at Nvidia as a software engineer for 11 years

119

You are viewing a single comment

I don't know if this is a common feature of large primes, but the digits in the exponent (136,279,841) themselves represent a prime number.

that does happen to be one of the defining characteristics of mersenne primes.

And searching for mersenne primes happens to be the easiest known way to find extremely large prime numbers (via the Special Number Field Sieve I believe)