Aug 28, 2008 01:01 PM | 15
Researchers may have turned up the 45th example of a Mersenne prime—a type of prime number rare enough that months or years of computerized searching are required to pick one out among the throngs of mere primes.
Details are still sketchy but the Great Internet Mersenne Prime Search (GIMPS) has announced on its Web site that a computer turned up a candidate Mersenne (pronounced mehr-SENN) prime on August 23. Checking began this week and should be completed by September 16.
If it checks out, the finding of the 45th Mersenne prime (MP) might qualify for a $100,000 prize offered by the Electronic Frontier Foundation for anyone who a prime number having at least 10 million digits. The 44th MP, discovered in September 2006 by two researchers at Central Missouri State University, clocked in at 9.808358 million digits.
Mersennse primes, named for 17th-century French smarty-pants monk Marin Mersenne (left), follow the formula 2^p – 1, where the power p is itself a prime number. (Commenters, don't hesitate to pounce on errors in my arithmetic.)
Take p=3:
2^3 – 1
= 8 – 1
= 7, which is prime
(QED)
But not all p's yield the Mersenne variety.
Consider p=11:
2^11 – 1
= 2048 – 1
= 2047
= 23 * 89
(T4P = thanks for playing)
The 44th MP had p of 32,582,657.
People aren't hunting for Mersenne primes in order to prove anything about them, according to Mike Breen of the American Mathematical Society. "They're doing it because it's there, and it's an interesting challenge," he says. Math nerds also go ga-ga for really big numbers, as we all do I'm sure.
Here's a side note courtesy of Breen (to whom no errors of mine should be attributed): Mersenne primes are all associated with "perfect numbers," those such as 6 or 28 whose factors add up to themselves (or to double themselves if you include the number itself as a factor). E.g., the factors of 28 are 1, 2, 4, 7 and 14, which add up to 28.
There's a simple formula relating the two:
Perfect Number = MP * 2^(p-1)
Take p=3 again:
(2^3 – 1) * (2^[3-1])
= 7 * 2^2
= 7 * 4
= 28
I leave the proof of the relationship to the reader.
Related ($): The new way to do pure math: experimentally
See also: "@Home" projects band together and proliferate
Tags:
mathematics,
45th Mersenne prime,
distributed computing
More News Blog:
Next: Gustav approaches hurricane status as it bears down on Jamaica, the Gulf Coast
Previous: Health care reform: The uninsured congressman stays healthy
Deadline: Jun 29 2013
Reward: $7,000 USD
The Seeker for this Challenge desires proposals for chemical methods that could rapidly degrade a dilute aqueous solution
Deadline: Jul 15 2013
Reward: $5,000 USD
SciBX: Science-Business eXchange, a joint publication from the makers
Powered By: 
15 Comments
Add CommentAny good psychic should be able to find the 45th MP rather quickly, no?
Reply | Report Abuse | Link to thisHehehe... a little joke...
I'm not much of a numbers person, but i was wondering if there was any thing to the fact that the first four Mersenne Primes yeild Mersenne Primes. M2 = 3, M3 = MM2 = 7, M7 = MMM2 = 127
Reply | Report Abuse | Link to thisYou have an error in the sample formula:
Reply | Report Abuse | Link to this(2^3 1) * (2^[3-2]) should be (2^3 1) * (2^[3-1]) that is the 3-2 should be 3-1
You have an error in the sample formula:
Reply | Report Abuse | Link to this(2^3 – 1) * (2^[3-2]) should be (2^3 – 1) * (2^[3-1]) that is the 3-2 should be 3-1
that was amazing! yeah, a small mistake pointed out by ranibaron. Chaosqueued may have a point there. nice!
Reply | Report Abuse | Link to thisIs 28 a factor of 28? if so, then shouldn't your sentence read "" (or to double themselves if you EXCLUDE the number itself as a factor)..."
Reply | Report Abuse | Link to thisi guess it is correct as it is. if 28 is considered as a factor of 28 then the sum of factors of 28 will be double itself which is 56.
Reply | Report Abuse | Link to thisWow dude, that is just way too cool. this dude is obviously very smart!
Reply | Report Abuse | Link to thishttp://www.useurl.us/17n
The aritcle states: "... a Mersenne prime—a type of prime number rare enough that months or years of computerized searching are required to pick one out among the throngs of mere primes."
Reply | Report Abuse | Link to thisI believe that is FALSE. We're searching for Mersenne primes among the throngs of natural numbers. It's not the case that we are finding a lot of primes, and carefully trying to identify the Mersenne primes within that set.
The Mersenne Primes are the easy primes to find, because there is a formula that predicts good candidate Mersenne Numbers, which must then be tested to verify whether they're prime or not. Even so, many candidates are not prime. It is all this verification that is so computationally intensive.
(linkback) Cool or Boring? 45th Mersenne Prime found, qualifies for $100,000 prize from EFF [VOTE] - http://www.thriveorfail.com/2fc9d
Reply | Report Abuse | Link to thisSorry, it is the words before the parenthetical. "Mersenne primes are all associated with "perfect numbers," those such as 6 or 28 whose factors add up to themselves (or to double themselves if you include the number itself as a factor)." I think you mean "...add up to themselves (if you exclude the number itself as a factor) or double themselves (if you include..."
Reply | Report Abuse | Link to thisah, so it is a number whose factors (excluding the number itself) add up to the number itself or, if including the number itself as a factor, add up to double the number. got it, thanks.
Reply | Report Abuse | Link to thisit is well known that prime numbers are infinite.
Reply | Report Abuse | Link to thisMy question--has anybody proven whether Mersenne primes are infinite or NOT?
it is well known that primes are infinite
Reply | Report Abuse | Link to thisMy question-- has anybody proven whether MERSENNE primes are infinite or NOT?
I'm wondering why the EFF would be paying $100k for this. I know that large prime numbers are a key part of some pseudo-random number generators and some cryptography... is that why there is an interest in funding this research?
Reply | Report Abuse | Link to this