Slashdot Mirror


42nd Mersenne Prime Probably Discovered

RTKfan writes "Chalk up another achievement for distributed computing! MathWorld is reporting that the 42nd, and now-largest, Mersenne Prime has probably been discovered. The number in question is currently being double-checked by George Woltman, organizer of GIMPS (the Great Internet Mersenne Prime Search). If this pans out, GIMPS will have been responsible for the eight current largest Mersenne Primes ever discovered."

10 of 369 comments (clear)

  1. Practical Applications/Uses? by NitroWolf · · Score: 4, Insightful

    Can someone explain what the application/use these primes are for? Not a flame, I'm honestly curious as to what something like this could be used for, as are others, I'm sure.

    1. Re:Practical Applications/Uses? by pclminion · · Score: 3, Insightful
      Can someone explain what the application/use these primes are for?

      Communicating with alien species, perhaps.

      Mersenne primes have two interesting properties that might catch the attention of alien species: when written in binary, they are entirely composed of '1' bits; and, of course, they are prime.

      A sure way to prove to another being that you are intelligent is to spew a bunch of numbers which all happen to be prime. The fact that they can be tranmitted using only '1' bits means the modulation is simple -- just send a series of pulses.

    2. Re:Practical Applications/Uses? by burns210 · · Score: 3, Insightful

      large prime numbers are used in encryption techniques, also.

  2. Re:Mersenne Primes - Definition by jandrese · · Score: 4, Insightful

    Well, yeah, if you encode the Prime number in Binary it will not look Random at all. It will look like a giant string of 1s though... Aliens might mistake it for filler or something.

    --

    I read the internet for the articles.
  3. What an incredibly awesome... by GatesGhost · · Score: 2, Insightful

    ...waste of time, money and processing power. what kind of use would this have, other than just knowing it? its like winning a eating contest: a completely useless achievement, plus it just turns to poop.

  4. Re:Uses? by pclminion · · Score: 4, Insightful

    Yeah, except that the Mersenne primes are well known and thus useless for cryptography -- at least, if you want any security.

  5. Re:Uses? by jaoswald · · Score: 3, Insightful

    You are arguing about a different domain.

    Encryption discussions have to take place in a "computing" domain, where a prime only exists if it has been computed to be prime by at least one computer somewhere in the world, and where the prime number can fit on a distribution medium.

    Arguing that there are as many Mersenne primes as regular primes is only possible in a theoretical domain in which countably infinite sets can be said to exist.

  6. Re:Uses? by uberdave · · Score: 3, Insightful

    The X axis is infinite. So are the Y and Z axes. Therefore, there must be an infinite number of regular solids. Oh, wait! There's only five. Gee, I guess the mere fact that numbers are infinite doesn't imply that subsets of those numbers are infinite.

  7. Re:Uses? by Anonymous Coward · · Score: 3, Insightful

    Actually, it doesn't have to be. It only suffices so say, that when you multiply all primes in your list, and add one, you get a number not divisable by any of the number in the list. Hence, one of TWO things can hold true:

    1) The number in question really is prime, as you suggested

    2) The number in question isn't prime. Then it has prime divisors, none of them in your list (because none of the primes in the list divided our new number).

    In both cases, we have derived a way to find at least one new prime from any list of primes, and hence, the collection of primes is non-finite because we can always find "another one".

  8. Re:Uses? by arodland · · Score: 1, Insightful

    Yes, but we haven't actually proved that the result of the multiplication-addition operation is prime. However, we don't have to, because if it is prime, then it's necessarily a prime that's not on the list, and if it's composite, then by the Fundamental Theorem of Arithmetic it has a unique set of prime factors, and by the way you constructed the number, none of those primes are in the list. Either way, you've found at least one prime that wasn't in the list, contradicting the claim that the list was complete.

    You see? For completeness, we say "either N is prime, in which case the list is incomplete, or N is composite, in which case the list is incomplete", and save ourselves worrying about whether N is prime or not.