SB Project Announces 4th-Largest Known Prime 39
alien88 writes "The Seventeen or Bust project announced today that they have discovered the fourth largest prime on record. The prime is 1,521,561 digits long and is their sixth discovery since the start of the project. They now have 11 multipliers left to prove that k = 78,557 is the smallest Sierpinski number. Randy Sundquist of Team ExtremeDC's computer discovered the number on December 6th."
you just knew it (Score:4, Funny)
Re:you just knew it (Score:3, Insightful)
Daniel
Re:How do they know it's the 4th largest prime? (Score:1, Funny)
Re:what's a number? (Score:2)
Dude! Didn't you hear? Americans don't add anymore. The Americans passed a law making addtion illegal. They are directed to used exclusive or instead. It's faster! Here in Soviet Russia, exclusive or adds you!
Inquiring minds want to know. (Score:3, Interesting)
Does k have to be odd?
The page for Sierpinski numbers uses both k and (2k - 1). But the page on Riesel numbers seems to say k needs to be odd.
What's so neat about Sierpinski numbers?
Is there a real-life use for numbers that are excessively composite?
And, finally....
What's a Sierpinski number of the first kind?
Re:Inquiring minds want to know. (Score:4, Informative)
http://primes.utm.edu/glossary/page.php?sort=Si
http://primes.utm.edu/glossary/page.php?sort=Ri
Re:Inquiring minds want to know. (Score:1)
Then we'd have:
k(2^n) + 1 = (2m)(2^n) + 1
which turns into m(2^(n+1)) + 1
So, then you ask.. what is m ?
Either you get, (2^(n+r)) if k simply equaled 2^r
OR
you'd eventually terminate at some odd number. The main point is: for all n = 2k , n = (2^r)m for some r > 0 and some odd m > 0
p
Proof (Score:1)
Re:Proof (Score:4, Informative)
Re:Proof (Score:2)
Not trying to be sarcastic, but I have seen tons of "m
Re:Proof (Score:3, Insightful)
There's no need to have a point because the assumption is that someone will eventually find a use for it. In mathematics, physics, and all sorts of other disciplines, you don't look at your discovery and say "This would be great for X!" You publish it, forget about it, and then someone else years later has a problem to solve and does a literature search.
In the mid-1800s some poo
Re:Proof (Score:1)
The project idea actually came out of a book of a bunch of math theorms that havent been proved yet..
Re:Proof (Score:4, Informative)
e.g. as long as k is not divisible by 3, then half of the values k*2^n+1 will be divisible by 3. For some k it will be the even n's, for other k it will be the odd n's. Either way, you've already covered half the possibilities with a known factor. Fill in 1/4 of the values by ensuring that 5 divides half of the ones not divisible by 3, hey presto - only 1/4 now remain. 17 can remove 1/8, leaving 1/8. 65537 can remove 1/16, leaving 1/16. Between them, 241, 97 and 673 can remove 1/16 (as they can each remove 1/48). That's it - there's your covering set {3,5,17,65537,241,97,673}.
Finding which k values actually use this covering set is an exercise in using the Chinese Remainder Theorem.
(note - may be errors in the above, I did it off the top of my head, but looks right.)
If you can't find a covering set, and for the remaining 11 numbers that looks most likely, then you're right, you can't know for sure that there is no prime.
YAW.
Re:Proof (Score:2)
If you can't find a covering set, and for the remaining 11 numbers that looks most likely, then you're right, you can't know for sure that there is no prime.
There may be errors in the below too! You're assuming that there is no proof strategy alternative to covering sets. Maybe no one has thought of an alternative because covering sets have thus far shown the most promise?
Re:Proof (Score:1)
Not everyone espouses infinite covering sets as a possibility, so if you don't you're certainly not on your own.
My personal view is that pretty much everything to do with prime densities that
Re:Proof (Score:2)
www.seventeenorbust.com (Score:5, Funny)
Re:www.seventeenorbust.com (Score:5, Funny)
It is! It is! If you store their secret prime number in your user account, you can view pictures of barely illegal naked teens! ;-9 The bad news is it takes 7 days to verify. ;-(
This didn't make the main page??? (Score:5, Interesting)
Greg
does anybody know... (Score:2, Funny)
Largest Prime (Score:5, Informative)
Re:Largest Prime (Score:1)
Primes and our universe (Score:5, Interesting)
"The Sierpinski Problem: Definition and Status In 1960 Waclaw Sierpinski (1882-1969) proved the following interesting result.
Theorem [S]. There exist infinitely many odd integers k such that k*2n + 1 is composite for every n > 1.
A multiplier k with this property is called a Sierpinski number. The Sierpinski problem consists in determining the smallest Sierpinski number. In 1962, John Selfridge discovered the Sierpinski number k = 78557, which is now believed to be in fact the smallest such number.
Conjecture. The integer k = 78557 is the smallest Sierpinski number.
To prove the conjecture, it suffices to exhibit a prime k*2n + 1 for each k less than 78557. By August 1997, this had been done for all except the following 21 values of k less than 78557. As long as a prime is not found for a listed k, that k might be considered a potential Sierpinski number. However, as the conjecture suggests, in the long run a prime is expected to emerge for each of these k."
So, what these folks have done is found a prime for another candidate k less than 78557.
I find the search for primes -- and for more complicated results, like this one, that use primes -- to be fascinating. There is something so pure about this world of mathematics. (As Kronecker is quoted as saying, "God made the integers; all else is the work of Man.") This kind of study says something very deep about the nature of the universe we live in.
If there are other intelligent beings in the universe, it is fascinating to contemplate that -- no matter what other differences we may have -- they may be finding out these same facts about pure mathematics. It's a language we have in common.
Poor left out even numbers.... (Score:2, Interesting)
Re:Poor left out even numbers.... (Score:3, Informative)
2 is both even and prime.
Re:Poor left out even numbers.... (Score:1)
OK, so maybe I'm a savage... (Score:1)
Usefulness? (Score:3, Interesting)
However read some of the above stuff & links about the type of number.
Possible practical application:
In the fields of cyrptography/encryption - it is not beyond the realms of imagination to want to have a number which is known to be factorable, not necessarily having the factors, but very large. 78557*2^<huge number> + 1 would then be very handy. There is also a search on somewhere for more of these numbers.
Less obvious:
Symmetries, algebraic topology stuff. While I know
decimal expansion (Score:2)
For Unix (and Linux) users, the bc script:
5359 * (2 ^ 5054502) + 1
produces the decimal expansion in about 5 minutes on a PIII/800. As bc works, it's resident set size increases, reaching a maximum of about 6.6 MB of RAM. So, a 386 with 8 MB RAM running Linux could easily compute this result in 2 to 3 hours.
One could publish the number easily enough. A bzip2 compressed verion is