Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
Education Science

42nd Mersenne Prime Probably Discovered 369

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."
This discussion has been archived. No new comments can be posted.

42nd Mersenne Prime Probably Discovered

Comments Filter:
  • by NitroWolf ( 72977 ) on Friday February 18, 2005 @05:27PM (#11716937)
    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.

  • by jandrese ( 485 ) * <kensama@vt.edu> on Friday February 18, 2005 @05:36PM (#11717051) Homepage Journal
    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.
  • by GatesGhost ( 850912 ) on Friday February 18, 2005 @05:42PM (#11717113)
    ...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.
  • by pclminion ( 145572 ) on Friday February 18, 2005 @05:49PM (#11717192)
    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.

  • Re:Uses? (Score:5, Insightful)

    by pclminion ( 145572 ) on Friday February 18, 2005 @05:51PM (#11717211)
    Yeah, except that the Mersenne primes are well known and thus useless for cryptography -- at least, if you want any security.
  • Re:Uses? (Score:3, Insightful)

    by jaoswald ( 63789 ) on Friday February 18, 2005 @06:02PM (#11717338) Homepage
    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.
  • Re:Uses? (Score:3, Insightful)

    by uberdave ( 526529 ) on Friday February 18, 2005 @06:11PM (#11717434) Homepage
    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.
  • by burns210 ( 572621 ) <maburns@gmail.com> on Friday February 18, 2005 @06:12PM (#11717445) Homepage Journal
    large prime numbers are used in encryption techniques, also.
  • Re:Uses? (Score:3, Insightful)

    by Anonymous Coward on Friday February 18, 2005 @10:16PM (#11719425)
    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".
  • Re:Uses? (Score:2, Insightful)

    by arodland ( 127775 ) on Saturday February 19, 2005 @10:30AM (#11721937)
    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.

Our OS who art in CPU, UNIX be thy name. Thy programs run, thy syscalls done, In kernel as it is in user!

Working...