Earlier quoted context omitted.
Interesting that all the primes since 2001 have been discovered by Intel processors (at least those where the processor was recorded). How’s that for marketing?
If bitcoin used a facet of primality in its Proof-of-Work, that would nearly needlessly gloating. But it doesn't, and unfortunately even worse, it wasn't ASIC-resistant, which had second-order effects that Intel could had actually taken advantage of if they werent sleeping from being too comfortable.
New Mersenne Prime discovered (probably)
91–100 of 126 posts
Re: New Mersenne Prime discovered (probably)
#92I’d like it to be astronomical, but given the niche of this, and the low cost of cloud compute, the answer is predicable depressing, like, “$50k/year in AWS costs would equal current GIMPS search throughput”
Re: New Mersenne Prime discovered (probably)
#93Earlier quoted context omitted.
Do we expect to learn something interesting from any given new Mersenne prime discovered? Don't we kinda have enough so that if we are going to discover something interesting by analyzing them, we can do that with the ones we already know about?
Isn't the fact that a certain number is a Mersenne prime interesting in itself? Surely it's a great addition to our knowledge of numbers?
Re: New Mersenne Prime discovered (probably)
#94Given this contest can presumably go on infinitely long, what is the ultimate point of the contest? Is there some kind of theoretical or practical benefit to discovering a new Mersenne prime?
>presumably go on infinitely long prove it
Re: New Mersenne Prime discovered (probably)
#95M = 2ⁿ - 1
Re: New Mersenne Prime discovered (probably)
#96I can swear something like 20+ years ago I found a new one too, but I didn’t realize the importance of it. I had just downloaded GIMPS and I was just messing around with it, and when I saw the message I thought “ok, cool!” and proceeded to turn it off.
I'd believe it. Many years ago when I was around 10 years old and not understanding the concept of probability properly, I decided I had come up with a way to enumerate the lottery numbers and come up with a reasonably sized set of numbers to place bets for. I proceeded to write 9 pages of numbers for my father to place bets for. It is a 6/49 lottery so 6 balls are drawn from a set of 49 and you need to get all of th…
Re: New Mersenne Prime discovered (probably)
#97Earlier quoted context omitted.
Interesting that all the primes since 2001 have been discovered by Intel processors (at least those where the processor was recorded). How’s that for marketing?
If bitcoin used a facet of primality in its Proof-of-Work, that would nearly needlessly gloating. But it doesn't, and unfortunately even worse, it wasn't ASIC-resistant, which had second-order effects that Intel could had actually taken advantage of if they werent sleeping from being too comfortable.
Re: New Mersenne Prime discovered (probably)
#98For others that, like me, do not know… a Mersenne prime is when the n is prime and the resulting M is also prime in the following equation. M = 2ⁿ - 1
So I prefer to shorten the definition to "A prime of the form 2ⁿ-1". It’s bloody useful that n has to be prime though: makes searching that much faster.