Largest Prime Number Discovered – With More Than 23m Digits (mersenne.org)
chalsall writes: Persistence pays off. Jonathan Pace, a GIMPS volunteer for over 14 years, discovered the 50th known Mersenne prime, 2^77,232,917 -- 1 on December 26, 2017. The prime number is calculated by multiplying together 77,232,917 twos, and then subtracting one. It weighs in at 23,249,425 digits, becoming the largest prime number known to mankind. It bests the previous record prime, also discovered by GIMPS, by 910,807 digits. You can read a little more in the press release.
2^98,435,672 -- 1
This is easy. Where's my fookin medal?
Just think how big a prime PHOTOSHOPS could find!
Neat, but, what's with the colour of the headline?
Is this an indication that we're going to be getting more placed content and less user-voted content?
I'm not saying that's a good or bad thing - I'm just wondering what this is... or maybe it's already been around a while and I just am not observant.
#DeleteChrome
"At present there are few practical uses for this new large prime, prompting some to ask "why search for these large primes"? Those same doubts existed a few decades ago until important cryptography algorithms were developed based on prime numbers. For seven more good reasons to search for large prime numbers, see here.
The more prime numbers that are discovered, the more likely we are to be able to discover a pattern within an arbitrary base number set. The larger numbers are useful because we also want to make sure that the entire range is consistent, or in other words that any pattern, or lack of pattern, is the same across the entire set of numbers. There is always a benefit to trying to find patterns in number theory -- it's one of the coolest and most interesting fields in pure mathematics.
The Spanish Inquisition of Psychometrics; Burning all the heretics.
Subject says it all.
think of all the dogecoin they could have mined!
Primarily for the fun of it. There are some specific uses of large Mersenne primes in the Mersenne twister algorithm for generating pseudorandom numbers https://en.wikipedia.org/wiki/Mersenne_Twister, but in practice much, much smaller Mersenne primes are perfectly fine for that use, and indeed are much more practical. There are people who whenever you talk about large primes will claim they are useful for crypto, but that's not generally the case. The primes are too big for practical Diffie-Hellman (and there are specific reasons one might want to avoid using them for that), and they are not random primes in any sense so using them for any form of RSA would be really silly. That said, there's at least one mildly fun cryptographic algorithm whose proof of correctness relies on there being infinitely many Mersenne primes http://www.di.ens.fr/~vergnaud/algo0910/Locally.pdf, but no one has to my knowledge actually tried to implement the algorithm in that paper.
discovered the 50th known Mersenne prime, 2^77,232,917 -- 1 on December 26, 2017.
I've done the math and 2^77,232,917 -- 1 is not prime. Although decrementing it by 2 to get 2^77,232,917 - 1 is indeed a prime.
- First they ignore you, then they laugh at you, then ???, then profit.
It's interesting for pure mathematics people. There are some minor applications for this although it's mostly theoretical.
Once we get bigger computers that can hold these numbers, they may be used to prime a PRNG or a cryptographic constant, especially once quantum computing starts threatening the constants in the lower ranges. Quantum computers can't break cryptography, they just do it faster and for larger primes you still need more q-bits.
Highly theoretical there may be some constant to the prime numbers. If there is some rhyme or reason to prime numbers, we may be able to predict where the next one may be or how to derive its factors. This is one of the holy grails of mathematics and could also impact cryptography.
Custom electronics and digital signage for your business: www.evcircuits.com
That's amazing! I've got the same combination on my luggage!
rewriting history since 2109
I have to wonder if looking for just Mersenne primes will reveal anything interesting about the primes in general. It seems unlikely to me.
Having said that, finding a pattern in the Mersenne exponents would be very interesting indeed.
sub f{($f)=@_;print"$f(q{$f});";}f(q{sub f{($f)=@_;print"$f(q{$f});";}f});
2^77,232,917 + 1
An entity which could encode a message in the distribution of Mersenne exponents would be very powerful indeed. It'd be even harder than encoding a message into physical constants which a hyper advanced civilisation may be able to do by creating new universes inside black holes.
echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
Standard? This is my Bitcoin wallet key. I'm ruined!
Is this the second coming of Kuro5hin?
Now for the important questions: Is it executable? And is it illegal?
http://fatphil.org/maths/illeg...
"There is a thin line between ignorance and arrogance, and only I have managed to erase that line." - Dr. Science
To clarify, these types of primes aren't useful for cryptography as they are much too large and not 'typical' primes.
From a theoretical perspective they are quite interesting: they are in bijective correspondence with perfect numbers and no one knows whether there are infinitely many. For all we know, this one could theoretically be the last.
"What lies behind us, and what lies before us are tiny matters compared to what lies within us." Ralph Waldo Emerson
OK people, we're done here! We found the last prime! Time to shut it down! You don't have to go home, but you can't stay here!
OK, that was a joke but we can still be clear. He was talking about the last perfect number. There is an infinite number of primes. That proof is pretty simple.
1. Assume there is a limited number of primes. Given the list of all the prime numbers
2. Multiply them all together and add 1.
The new number you get is can not divisible by any of the prime numbers in your list (e.g. if you divide the number by 2, you have a reminder of 1, if you divide the number by 3, you have a remainder of 1, if you divide the number by 5, you have a remainder of 1...)
So there must be at least one number not on your list which invalidates the given statement.
No. You're still protected by obscurity. Now quick, transfer your bitcoins to another address.
"Trump!!", the new Godwin.
IMO, the main practical advantage is that checking for MP is fast, so they're easier to search for. Working with MP number fields is fast too (owing to close-to-pow2 property). so they find use whenever any large prime would do, it's just a nice to have MP in there.
A typical practical usage is PRNGs of girgantual periods (the period is typically the MP itself, or multiple of thereof) for HPC number crunching. The perfect number property indeed is a nice bonus in there, as it often leads to better k-distribution of the permutation.
http://maths-people.anu.edu.au...
One is prime, and it is the first prime, which is also prime.
Two is prime, and its ordinal is 2, which is prime.
3 is prime, its ordinal is 3, also prime
5 is prime, its ordinal is 4, which is not prime
7 is prime, its ordinal is 5, which is prime
11 is prime, its ordinal is 6, not prime
etc
So is there a rule that would answer whether any given prime's ordinal in the list of primes is also prime?
Extra points for a calculator trick to answer this.
Super extra bonus points: is there a largest prime number whose ordinal is also prime?
Did they check it on Intel or AMD CPU?
Both.
https://www.mersenne.org/prime...
The results were checked with several different pieces of software on multiple platforms.
You are in a maze of twisty little passages, all alike.
I evaluated the full number using the mpmath Python library. It starts with:
46733318335923109998833558556111...
and ends with: ...1136582730618069762179071
It took over an hour, but there are likely better ways to do it than I did, even with mpmath.
You are in a maze of twisty little passages, all alike.