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."

73 of 369 comments (clear)

  1. Uses? by UncleJam · · Score: 3, Interesting

    What uses are there for gignatic prime numbers like this other than showing off computing power?
    Encrypting?

    1. Re:Uses? by selectspec · · Score: 5, Funny

      Chics dig it.

      --

      Someone you trust is one of us.

    2. Re:Uses? by Husgaard · · Score: 5, Funny
      I don't the any real use for this except finding large primes.

      The theory is that there is an infinite number of these numbers, but they are unlikely to prove the theory by finding them all...

    3. Re:Uses? by ackthpt · · Score: 5, Funny
      Chics dig it.

      Either that or their eyes glaze over and you sneak a quick peck before they slap you silly.

      "ah, l'amour"

      --

      A feeling of having made the same mistake before: Deja Foobar
    4. Re:Uses? by Jeremy+Erwin · · Score: 3, Informative

      Testing distributed primality algorithms. I should have thought this was obvious.

      And, no, one does not encrypt with Mersenne primes. The rarity of such numbers makes a "brute force" crypto-analysis seem rather plausible. Best to use an ordinary prime number-- there are, after all, many more of them to choose from.

    5. Re:Uses? by adeyadey · · Score: 4, Funny

      Hi darling, ooh is that a gigantic Mersenne Prime, or are you just pleased to see me?

      --
      "You lied to me! There is a Swansea!"
    6. Re:Uses? by ArsonSmith · · Score: 3, Funny

      no, it just seams that way. Chick's will put out just to shut you up.

      --
      Paying taxes to buy civilization is like paying a hooker to buy love.
    7. 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.

    8. 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.

    9. 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.

    10. Re:Uses? by whizzard · · Score: 2, Informative

      The theory is that there is an infinite number of these numbers


      Actually, this theory has already been proven.
    11. Re:Uses? by naff · · Score: 4, Informative

      Wrong theory. That is for primes in general. "These numbers" refers to just the Mersenne primes.

    12. Re:Uses? by Seculus · · Score: 4, Informative

      That's not actually the argument for why the number of primes is infinite. Rather, assume there are only finitely many prime numbers. Multiply all of them together. Add one to this number. It is easy to show that this number is not divisible by any of the finitely many primes you started with. Hence it must be a prime number as well.

    13. 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".

    14. Re:Uses? by novakyu · · Score: 4, Informative
      Actually, this theory has already been proven.

      IMNSHO, but that was the worst proof of infinite number of primes. Why introduce unique factorizability when you don't need to? Why introduce something foreign that you are not going to prove when there is absolutely no need for it?

      The most elegant proof I've seen so far (but I don't know any website showing it, so I can't link to it) is this: For any given N, an integer, consider N!+1, which is greater than N (where N! is defined by N! = 1 * 2 * 3 * ... * N). If this number is divisible by no other number than 1 and N!+1, then we are done (i.e. we have proven that given any arbitrary integer, there is a prime greater than tat integer). If this number is divisible by a prime, than that prime can't be less than or equal to N, since any integer (not equal to 1) less than or equal to N divides N! (see the definition of N!) but does not divide 1. Therefore, the prime that divides N! is greater than N. QED.

      This proof involves no assumption (additional to assumptions (i.e. axioms) of the set of integers) other than this (which also happens to be much easier to prove than factorizability into primes): if n divides a + b and n divides a, then n divides b as well.

    15. Re:Uses? by tibike77 · · Score: 2, Funny

      Nah, it's just the "Answer to Life, The Universe and Every Existing Mersene Prime Number".

      Wait, I mean just the 42th Mersene prime ;)

      --
      By reading this signature you agree to not disagree with the post you just read.
    16. Re:Uses? by rbrito · · Score: 2, Informative

      One of the most obvious uses for having tasks like this is to understand better the problems and to develop better algorithms.

      In Computational Complexity's terms, we like to design "efficient" algorithms.

      One of the criteria used to say if an algorithm is efficient or not is to measure the time it takes to execute in terms of the size of its input.

      We are usually concerned with designing faster algorithms (especially when we have to deal with huge inputs --- that's one of the things that people have in mind when they say "scalability) and if we have algorithms that help expose details of the problem being solved, it will only help us to design faster algorithms.

      And these techniques may, with some adaptation, be used for solving other problems, not only the problem in question.

      I hope that this helps you understand why some people are always concerned with developing good algorithms and also testing them in practice.

      If you are interested in knowing more about the design of algorithms, please don't hesitate to ask.

  2. Of course... by rackhamh · · Score: 5, Funny

    ... the moment they discovered the 42nd prime, the world was immediately destroyed to make way for an intergalactic superhighway.

    1. Re:Of course... by micromoog · · Score: 3, Funny

      Now that was a prime rib!

  3. Re:Would a math geek... by haluness · · Score: 4, Informative

    From mathworld (whose link is in the summary)

    A Mersenne prime is a Mersenne number, i.e., a number of the form

    2^n - 1

    that is prime. In order for it to be prime, n must itself be prime.

  4. Sheesh by Anonymous Coward · · Score: 2, Funny

    The number in question is currently being double-checked by George Woltman, organizer of GIMPS

    And while George takes time off to double-check Mersenne primes, GIMP doesn't get any closer to the usability of Photoshop...

  5. Re:Would a math geek... by Smallpond · · Score: 5, Informative

    A Mersenne number is all ones when written in binary. If its prime, it is a Mersenne prime.

  6. 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 mctk · · Score: 2, Informative

      Large primes, of around 75-100 digits, are useful in encryption. Huge primes (i.e. over 7 million digits) are not currently useful in themselves, although we certainly learn more about mathemathics and computers as we try to find them.

      --
      Paul Grosfield - the quicker picker upper.
    2. Re:Practical Applications/Uses? by robbyjo · · Score: 3, Informative

      From here:

      Finding new Mersenne primes is not likely to be of any immediate practical value. This search is primarily a recreational pursuit. However, the search for Mersenne primes has proved useful in development of new algorithms, testing computer hardware, and interesting young students in math.

      --

      --
      Error 500: Internal sig error
    3. Re:Practical Applications/Uses? by vivin · · Score: 5, Informative

      It's a mathematical curiosity in some cases - just to find it for the sake of finding it, or for the glory of finding it. You know, like being the first to do something cool.

      Also, necessity is the mother of invention. Even if Big Primes aren't really a necessity, it has brought forth some really innovative algorithms and methods to finding prime numbers. Furthermore, it has developed newer and faster ways for multiplying integers.

      In 1968, Strassen figured out how to multiply integers quickly by using Fast Fourier Transforms. Strassen, along with Schönhage improved on the method and published a refined version in 1971. GIMPS now uses an improved version of their algorithm. This improved version was developed by Richard Crandall (a longtime researcher of Mersenne Primes).

      Another application of finding Prime Numbers is to test computer hardware. Since testing Primes involves a thorough excercise of basic mathematical operations, it provides a good test for hardware. Software routines from GIMPS were used by Intel to test the PII and the Pentium Pro chips before they were shipped. The search for prime numbers was also indirectly responsible for the discovery of the infamous FDIV bug on the Pentium, during the calculation of the twin prime constant (by Thomas Nicely).

      --
      Vivin Suresh Paliath
      http://vivin.net

      I like
    4. Re:Practical Applications/Uses? by Sloppyjoes7 · · Score: 3, Interesting

      Uncommon and unique numbers of varying types are usually useful for mathematics in general. Usually only mathematicians know why.

      Whatever the case, this must be a more useful application for CPU power than Seti@home, which is a total waste of energy. Literally.

      What we need are more projects that use distributed computing for useful calculations that could further science or solve problems. Universities build giant supercomputers to help their students calculate equations and solve problems. Maybe the students should release the problems over a network, and have home users calculate the answer for them. It'd save the Universities a lot of money.

      I don't think it would work for code cracking, or government projects, as these contain sensitive information.

    5. 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.

    6. Re:Practical Applications/Uses? by myowntrueself · · Score: 3, Funny

      So... the main reason for searching for large primes is to develop better techniques for... searching for large primes?

      --
      In the free world the media isn't government run; the government is media run.
    7. Re:Practical Applications/Uses? by geoffspear · · Score: 4, Funny
      Transmitting the same binary signal over and over seems unlikely to impress anyone. You're as likely to be sending a really boring all-white image as a really big prime number.

      If anything, anyone receiving the signal will wonder how you managed to build such a powerful transmitter when you haven't discovered binary numbers yet and are apparently using some sort of unary mathematics that really shouldn't work. They're bound to be disappointed when they find out you actually know about "0", but just weren't using it.

      --
      Don't blame me; I'm never given mod points.
    8. Re:Practical Applications/Uses? by burns210 · · Score: 3, Insightful

      large prime numbers are used in encryption techniques, also.

  7. Re:Would a math geek... by IvyMike · · Score: 4, Informative

    A prime of the form (2^n)-1. This means that in binary, it's a big string of "1"s.

    The reason that mersenne primes are usually the biggest is because for primes of this form, there is a primality test (Lucas-Lehmer) that is exceedingly efficient.

  8. A Mersenne Prime is... by vivin · · Score: 4, Informative

    A mersenne Prime is a prime number that is one less than the power of two. Hence:

    Mn = 2^n - 1.

    Mersenne primes have a connection with Perfect Numbers (numbers that are equal to the sum of their proper divisors) where by if M is a Mersenne prime, then M(M+1)/2 is a perfect number.

    --
    Vivin Suresh Paliath
    http://vivin.net

    I like
    1. Re:A Mersenne Prime is... by Derek+Pomery · · Score: 2, Funny

      I can print it out even faster.
      Here.
      2^64-1 for example.
      1111111111111111111111111111111111111111 1111111111 1111111111111

      Oh.
      You want it represented in base 10? :)

      --
      -- perl -e'print pack"H*","6e656d6f406d38792e6f7267"' /. ate my old sig. Bastards.
    2. Re:A Mersenne Prime is... by tbjw · · Score: 5, Interesting

      You can say even more. If M can be written as 2^n - 1, then M is said to be a Mersenne number. If M is also prime, then it is a Mersenne prime. For 2^n - 1 to be a Mersenne prime, n must be a prime number, since we have

      2^(ab) - 1 = (2^a-1)(2^(a(b-1)) + 2^(a(b-2)) + ... + 2^(a))

      For instance, 2^6-1 is (in binary) 111111 = 1001 * 111, as predicted by the above factorisation.

      If p is a prime number and if 2^p-1 is a Mersenn prime, then, as was pointed out above, 2^(p-1)(2^p-1), is a perfect number. Moreover, if N is an even perfect number, then N can be written (uniquely) as 2^(p-1)(2^p-1) where p is a prime number and 2^p-1 is a Mersenne prime.

      Wikipedia has a reasonably intelligible introduction to perfect numbers, and MathWorld contains a proof of why every even perfect number must have the form claimed above.

      To see why M = 2^(p-1)(2^p-1) is a perfect number when p, 2^p-1 are primes, it suffices to note that s(n), the function that maps an integer to the sum of its divisors (e.g. s(6) = 1 + 2 + 3+6, s(8) = 1 + 2 + 4+8) is multiplicative in the number-theoretic sense, that is to say s(ab) = s(a)s(b) whenever a, b have no prime factors in common. Then evaluating s(M) is simply a case of evaluating it on the factors, which are relatively prime since one is a power of 2, 2^(p-1), and the other is an odd prime, 2^p-1. s(2^p-1) = 2^p-1 + 1 = 2^p (since we have a prime number), and 2^(p-1) = 2^p -1 is an easy formula that is true of all powers of 2. Hence s(M) = 2^p(2^p-1) = 2 ( 2^(p-1) (2^p-1) = 2s(M). That is to say, the sum of all the divisors of M add up to twice M, and if we leave the divisor M itself out of the sum, we see that M is a perfect number.

  9. Mersenne Primes? Bah! by Guano_Jim · · Score: 5, Funny

    Call me when a distributed computing project finds Fruit Fucker Prime.

  10. Mersenne Primes - Definition by Un-Thesis · · Score: 2, Informative

    A Mersenne Prime is where the prime number also fulfills the equation 2^P - 1 2^2 - 1 = 3 ... 3 is a mersenne prime. 2^3 - 1 = 5 ... 5 is a mersenne prime. 2^4 - 1 = 7 ... 7 is a mersenne prime. The next one is 31 and after that 127. From there they get quite rare (only 42 known). They are VERY useful in cryptography and quantum physics...both deal with huge numbers. They are also used in some SETI applications because if you wanted to send primes, you'd probably send mersennes as these would be *very* non-random. Pratically, they're mostly used in military-grade real-time encryption in the hash keys of secured phones.

    --
    Promote freedom; fight fascism.
    1. 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.
    2. Re:Mersenne Primes - Definition by SwansonMarpalum · · Score: 4, Informative

      Might want to check your math:

      2^2 = 4
      4 - 1 = 3

      2^3 = 8
      8 - 1 = 7

      2^4 = 16
      16-1 = 15

      --
      "Give away the stone, let the oceans take and transmutate this cold and faded anchor." - Maynard James Keenan
  11. Probably silly reference by serutan · · Score: 4, Funny

    Reminds me of the first BlackAdder episode

    Lord Percy: "The King is dead! L-"
    Prince Harry [interrupting]: "Probably dead."
    Lord Percy: "The King is probably dead!"

  12. Spoiler alert about the number by Anonymous Coward · · Score: 4, Funny

    Don't read any farther if you don't like spoilers.






    Seriously, don't reead any farther....






    It only has two factors.

  13. Re:Great. Now what is it??????? by Anonymous Coward · · Score: 3, Funny

    Binary is pretty easy. The number is:

    11111...1111

    where "..." means some number of 1s.

  14. One practical use of Mersenne Primes... by William_Lee · · Score: 5, Interesting

    I'm not sure what else they're actually good for, but searching for these with Prime95 is a great way of putting the flame to your CPU.

    Prime95 (which searches for these primes) really puts a load on the CPU and raises the temperature in a hurry. It's commonly used to test the stability of overclocking configurations since it stresses the chip and is able to detect if there is an error in the computation.

    Generally, if you can run Prime95 for 24 hours straight, most people will consider the overclocked PC a stable configuration.

    1. Re:One practical use of Mersenne Primes... by slux · · Score: 2, Interesting
      I don't know if Prime95 double checks all keys but if it doesn't, that might not be a very nice idea. There'll be a chance of the overclocked CPU doing miscalculation even if it keeps running ok otherwise and you might cause the project to miss a prime.

      Distributed.net has this to say on overclocking.

  15. Re:Immoral use of computing power by Stanistani · · Score: 5, Funny

    >What is number going to for us? Is it going to feed us? No. It would be better if the computer power was used for cancer research or finding aliens.

    Because of course aliens will feed us...
    They even will bring a cookbook with them, "To Serve Mankind."

  16. Re:If I do say so myself. by cyriustek · · Score: 2, Funny

    But what are the implications to the Prime Directive?

  17. Yes! by Anonymous Coward · · Score: 5, Funny

    If this pans out, GIMPS will have been responsible for the eight current largest Mersenne Primes ever discovered.

    In your face, Photoshop!

    1. Re:Yes! by oO+Peeping+Tom+Oo · · Score: 2, Funny

      I'm a gimp, you insensitive clod!

  18. Two unknowns by MaGogue · · Score: 5, Informative


    This has not yet been confirmed, therefore there could be less than 42 known Mersenne primes.

    Hovewer, according to MathWorld, there is a chance that it is not the 42nd Mersenne prime at all for another reason :

    "However, note that the region between the 39th and 40th known Mersenne primes has not been completely searched, so it is not known if M20,996,011 is actually the 40th Mersenne prime.."
    Looks like the big math guys don't exactly know how to count at all ;)

  19. That brings back some memories... by Anonymous Coward · · Score: 5, Interesting

    Back in the dark ages when I was in university, I took a class called "Mathematics and Poetry". I thought it would be a useful bird course in my senior year, but it turned out to be both interesting and challenging.

    As part of the course, we studied Mersenne primes. At the time, I was dabbling in x86 assembler, and I decided to write a program to calculate the then largest known Mersenne prime number: 2^31 - 1, which worked out to 65,050 digits.

    The size worked out perfectly, as in 1989 that meant it could fit into one 65KB segment on my blazing-fast 8Mhz 8088. As I recall, the runtime was about two days. The program still works--I can't remember how long it took to run on a 3Ghz P4, but I think it was just a few minutes.

    I'm sure any competent programmer (read--not me) could calculate the result much faster, but at the time I was very proud of my little creation.

    1. Re:That brings back some memories... by djmurdoch · · Score: 4, Informative

      As part of the course, we studied Mersenne primes. At the time, I was dabbling in x86 assembler, and I decided to write a program to calculate the then largest known Mersenne prime number: 2^31 - 1, which worked out to 65,050 digits.

      I don't think it actually did bring back those memories. 2^31-1 is 2147483647. You're thinking of Mersenne prime 31, which is 2^216091 - 1.

    2. Re:That brings back some memories... by nizo · · Score: 3, Funny

      Actually it did bring back memories, just not the right ones :-)

  20. Re:Great. Now what is it??????? by ArsonSmith · · Score: 2, Funny

    The biggest problem with cryptology right now is the inability to factor large prime numbers. Once we have the computeing power to do so cryptology strength will be increased greatly.

    --
    Paying taxes to buy civilization is like paying a hooker to buy love.
  21. Can't see the pattern? by nitio · · Score: 2, Funny

    Of course it will do all this things... it's the 42nd Mersenne Prime...

    --
    http://stoploudness.org/
  22. ok now , back to protien folding! by L1nux_L0ser83 · · Score: 2

    ...now that weve got this important prime number thing handled..lets get back to folding protiens...

    im a geek...but damn...thats uber-geekish

    --
    Good Karma, Bad Karma, doesnt matter to me... I'm still going to say whats on my mind!
  23. the trouble is by pmike_bauer · · Score: 3, Funny
    The number in question is currently being double-checked by George Woltman

    Ok...lets see here...

    5465875133124687545551258898456556......98034802

    BUMMER!

    --
    I read /. for the (Score:-1, Conservative) comments.
  24. 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.

  25. Re:Immoral use of computing power by redivider · · Score: 2, Funny

    Personally, I think having a "Free iPods" link in your sig is a more immoral use of computing power than searching for prime numbers.

    --
    Sinch
  26. OMG! Do you know what this means!?!?! by Eskimore_ · · Score: 2, Funny

    OMG! Do you know what this means!?!?!

    .

    .

    No really, please tell me. I haven't a clue...

  27. Here's one good reason... by thesatch · · Score: 3, Interesting

    http://www.eff.org/awards/coop.html

    Thought it takes my 1.7Ghz 3 months to test a 10mil digit prime.

  28. GIMPS vs The GIMP by Anonymous Coward · · Score: 2, Funny

    These guys should sue each other for trademark infringement.

    With any luck they'd both be forced to change their name to something sensible.

  29. On a related note by OverlordQ · · Score: 3, Informative
    Seventeen or Bust (a distributed attack on the Sirpinski Problem), found the fourth largest (well fifth if this one pans out) prime at the beginning of this year, which contains 2,357,207 digits.
    28433 * 2^7830457 + 1
    List of all of the largest primes can be found here
    --
    Your hair look like poop, Bob! - Wanker.
  30. Overheard in the Math Dept... by Shadow+Wrought · · Score: 3, Funny

    "OK, I've narrowed the range down to between zero and infinity. The rest is up to you..."

    --
    If brevity is the soul of wit, then how does one explain Twitter?
  31. Re:GOOD QUESTION! by Surt · · Score: 3, Informative

    It's one step closer to proving there's an infinite sequence of these numbers. Just infinity - 42 more to go and the proof is complete!

    In all seriousness, they are interesting mainly because they are so simple mathematically that very very early mathematicians got interested in them. But even after hundreds of years of interest among mathematicians, there's no formula for predicting them, and very little successfully proven about them.

    Since they are so rare, each find is a significant advancement for those who might be interested in trying to find a pattern.

    --
    "Who is the Journal of Quantum Physics going to believe?" --Stephen Hawking
  32. Full text of article by utexaspunk · · Score: 3, Funny
    72,881,090,798,676,481,947,445,843,876,689,972,113 ,188,382,077,838,576,766,415,271,554,183,554,023,6 81,926,442,357,773,229,141,527,132,801,050,545,169 ,980,023,429,475,382,981,277,026,411,446,450,732,1 20,206,920,761,648,530,323,773,463,358,502,551,340 ,699,145,522,328,264,108,074,466,176,204,798,818,5 91,643,822,008,785,083,299,073,103,153,980,722,122 ,415,403,264,180,661,744,484,810,522,551,289,556,1 61,305,278,379,785,516,809,393,766,311,656,230,448 ,542,351,852,881,090,798,676,481,947,445,843,876,6 89,972,113,188,382,077,838,576,766,415,271,554,183 ,554,023,681,926,442,357,773,229,141,527,132,801,0 50,545,169,980,023,429,475,382,981,277,026,411,446 ,450,732,120,206,920,761,648,530,323,773,463,358,5 02,551,340,699,145,522,328,264,108,074,466,176,204 ,798,818,591,643,822,008,785,083,299,073,103,153,9 80,722,122,415,403,264,180,661,744,484,810,522,551 ,289,556,161,305,278,379,785,516,809,393,766,311,6 56,230,448,542,351,852,881,090,798,676,481,947,445 ,843,876,689,972,113,188,382,077,838,576,766,415,2 71,554,183,554,023,681,926,442,357,773,229,141,527 ,132,801,050,545,169,980,023,429,475,382,981,277,0 26,411,446,450,732,120,206,920,761,648,530,323,773 ,463,358,502,551,340,699,145,522,328,264,108,074,4 66,176,204,798,818,591,643,822,008,785,083,299,073 ,103,153,980,722,122,415,403,264,180,661,744,484,8 10,522,551,289,556,161,305,278,379,785,516,809,393 ,766,311,656,230,448,542,351,852,881,090,798,676,4 81,947,445,843,876,689,972,113,188,382,077,838,576 ,766,415,271,554,183,554,023,681,926,442,357,773,2 29,141,527,132,801,050,545,169,980,023,429,475,382 ,981,277,026,411,446,450,732,120,206,920,761,648,5 30,323,773,463,358,502,551,340,699,145,522,328,264 ,108,074,466,176,204,798,818,591,643,822,008,785,0 83,299,073,103,153,980,722,122,415,403,264,180,661 ,744,484,810,522,551,289,556,161,305,278,379,785,5 16,809,393,766,311,656,230,448,542,351,852,881,090 ,798,676,481,947,445,843,876,689,972,113,188,382,0 77,838,576,766,415,271,554,183,554,023,681,926,442 ,357,773,229,141,527,132,801,050,545,169,980,023,4 29,475,382,981,277,026,411,446,450,732,120,206,920 ,761,648,530,323,773,463,358,502,551,340,699,145,5 22,328,264,108,074,466,176,204,798,818,591,643,822 ,008,785,083,299,073,103,153,980,722,122,415,403,2 64,180,661,744,484,810,522,551,289,556,161,305,278 ,379,785,516,809,393,766,311,656,230,448,542,351,8 52

    • Read the rest of this comment...
  33. Small steps by Duncan3 · · Score: 3, Informative

    One small step for mathematics, one giant leap for global warming :)

    Please come join Folding@home, we're actually doing something worth all that waste heat. :)

    --
    - Adam L. Beberg - The Cosm Project - http://www.mithral.com/
  34. meaning of life, bah by zenst · · Score: 3, Funny

    All that distibuted processing power to work out how long to hold the `1` key down :)

  35. Re:binary by mldl · · Score: 2, Informative

    2 (as per usual) is a special case. 5 and 13 aren't mersenne numbers and therefore aren't in the list. Those numbers are the "exponent" as in 2 to the power of 5 minus 1 = 31 and 2 to the power of 13 minus 1 = 8191 are both mersenne primes and are both strings of 1 in binary.

  36. Re:3 = 11, 7 = 111 by Surt · · Score: 2, Funny

    The real problem with using this to communicate with aliens will be deciding whether to use bigendian or littleendian encoding.

    --
    "Who is the Journal of Quantum Physics going to believe?" --Stephen Hawking
  37. Re:correct me if i'm wrong by Anonymous Coward · · Score: 2, Informative

    The best general purpose primality tests are indeed probabilistic, but GIMPS uses a special purpose deterministic algorithm that checks if Mersenne numbers (those of the form 2^n-1) are prime. In fact, a general purpose algorithm would have trouble with numbers this big. I am sure this is explained in detail in their website.

  38. Re:GOOD QUESTION! by Artifakt · · Score: 2, Informative

    What use are they?
    There may or may not be patterns in the way Merseinne primes occur.
    If there are any patterns in Merseinnes, we may need to find more examples than we had before we can find those patterns.
    If we do find patterns, they may or may not help us find other patterns that apply to other types of large primes in more general ways.
    There is no guarenteed use outside of abstract math, but there is at least a small possibility we could crack one of the really big problems in crypto starting from whatever patterns we might discover about Merseinnes.
    We are spending a lot more on developing specific quantum computing applications that just may eventually lead to cracking that same problem. Given the relative budgets involved, if the Merseinne approach has even 1/1,000th of the chance of success it is still very cost effective (or we're spending way to much on quantum computing related crypto research).

    --
    Who is John Cabal?
  39. Re:This is news? by Artifakt · · Score: 2, Funny

    I've found the trick, but it's too large to include in the margin of this little box Slashdot gives me. :-)

    --
    Who is John Cabal?
  40. so very interesting by sacrilicious · · Score: 2, Funny
    The study of such numbers has a long and interesting history

    Reminds me of when Bart Simpson's 4th-grade class was forced by Principal Skinner to have their annual field trip take place at a box company (instead of the hoped for chocolate factory / fireworks outlet / circus):

    Tour guide (speaking in monotone nasal voice): The story of how two brothers (and five other men) parlayed a small business loan into a thriving paper-goods concern is a long and interesting one. And, here it is: it all began with the filing of form 637/A, the application for a small business or farm...
    --
    - First they ignore you, then they laugh at you, then ???, then profit.