Currently there may be errors shown on top of a page, because of a missing Wiki update (PHP version and extension DPL3).
Navigation
Topics Help • Register • News • History • How to • Sequences statistics • Template prototypes

Difference between revisions of "Seventeen or Bust"

From Prime-Wiki
Jump to: navigation, search
m
(infobox)
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Infobox Project
 +
|title=Seventeen Or Bust
 +
|image=[[File:Sob.gif]]
 +
|purpose=To help solve the [[Sierpiński problem]]
 +
|category=[[Primality test]]
 +
|platform=WIN, OSX, Unix, OpenBSD
 +
|worktype=[[Sieving]], [[Lucas-Lehmer test|LLR]]
 +
|software=SB client
 +
|website=[http://www.seventeenorbust.com Homepage]
 +
|status=defunct, absorbed into [[PrimeGrid]]
 +
|started=03-2002
 +
|result=11 k's eliminated as a standalone project, 1 k eliminated as a subproject on PrimeGrid
 +
|completed=running
 +
|ended=04-2016 as a standalone project, not ended yet as a subproject on PrimeGrid
 +
}}
 
'''''To rewrite: objective view, links update'''''
 
'''''To rewrite: objective view, links update'''''
 
<hr>
 
<hr>
'''Seventeen Or Bust''' is a [[distributed computing]] project working on a problem in [[number theory]] called the [[Sierpinski problem]].
+
'''Seventeen Or Bust (SOB)''' was a [[distributed computing]] project working on a problem in [[number theory]] called the [[Sierpiński problem]]. It is currently a subproject on [[PrimeGrid]].
  
 
==How they are attacking the problem==
 
==How they are attacking the problem==
The aim of the project is to find [[prime number|primes]] of the form <math>k*2^n+1</math>, where ''k'' is one of the remaining 17 (now 6) candidates for [[Sierpinski number]]s smaller than 78557, and ''n'' a positive integer. In order to find such a prime, we have a long queue of candidates, and we are running [[primality test]]s called [[Probable prime|PRP]] (PRobable Prime), which take a very long time, for every candidate in the queue.
+
The aim of the project is to find [[prime]]s of the form <math>k*2^n+1</math>, where ''k'' is one of the remaining 17 (now 5) candidates for [[Sierpiński number]]s smaller than 78557, and ''n'' a positive integer. In order to find such a prime, we have a long queue of candidates, and we are running [[primality test]]s called [[Probable prime|PRP]] (Probable Prime), which take a very long time, for every candidate in the queue.
  
 
Because PRP takes so much computational power, we try to eliminate as many non-prime numbers as possible from the queue by [[sieving]], which means to take a (relatively) small integer and check whether it is a [[factor]] of one of the tests we are going to run. If there is a factor, the number is not prime and thus doesn't need to be tested.
 
Because PRP takes so much computational power, we try to eliminate as many non-prime numbers as possible from the queue by [[sieving]], which means to take a (relatively) small integer and check whether it is a [[factor]] of one of the tests we are going to run. If there is a factor, the number is not prime and thus doesn't need to be tested.
Line 17: Line 32:
  
 
==See also==
 
==See also==
*[[Seventeen Or Bust primes]]
+
{{#dpl:
 +
|category={{PAGENAME}}
 +
|titlematch={{PAGENAME}}/%
 +
|ordermethod=title
 +
|format=,*[[%PAGE%|²{#titleparts:%TITLE%¦1¦2}²]]\n,,
 +
}}
 
*[[PrimeGrid]]
 
*[[PrimeGrid]]
  
 
==External links==
 
==External links==
*[http://www.seventeenorbust.com/ SeventeenOrBust web site]
+
*[http://www.seventeenorbust.com/ Seventeen or Bust web site]
*[http://www.free-dc.org/forum/forumdisplay.php?s=&forumid=38. Seventeen Or Bust official forum].
+
*[http://www.free-dc.org/forum/forumdisplay.php?s=&forumid=38. Seventeen or Bust official forum].
 
*[http://www.utm.edu/research/primes/index.html Chris Caldwell's Prime Pages and top rank lists]
 
*[http://www.utm.edu/research/primes/index.html Chris Caldwell's Prime Pages and top rank lists]
*[http://wiki.seventeenorbust.com Seventeen Or Bust wiki]
+
*[http://wiki.seventeenorbust.com Seventeen or Bust wiki]
*[https://en.wikipedia.org/wiki/Seventeen_or_Bust Wikipedia]
+
*[https://www.primegrid.com/forum_forum.php?id=49 Forum on PrimeGrid]
[[Category:Seventeen Or Bust]]
+
*[[Wikipedia:Seventeen_or_Bust|Seventeen or Bust]]
 +
{{Navbox Projects}}
 +
[[Category:Seventeen or Bust]]
 +
[[Category:Distributed computing project]]

Latest revision as of 16:44, 21 July 2019

Seventeen Or Bust
Sob.gif
General :
Purpose : To help solve the Sierpiński problem
Category : Primality test
Hardware / Software :
Platform : WIN, OSX, Unix, OpenBSD
Worktype : Sieving, LLR
Software : SB client
Website : Homepage
Status : defunct, absorbed into PrimeGrid
Started : 03-2002
Result : 11 k's eliminated as a standalone project, 1 k eliminated as a subproject on PrimeGrid
% completed : running
Ended : 04-2016 as a standalone project, not ended yet as a subproject on PrimeGrid

To rewrite: objective view, links update


Seventeen Or Bust (SOB) was a distributed computing project working on a problem in number theory called the Sierpiński problem. It is currently a subproject on PrimeGrid.

How they are attacking the problem

The aim of the project is to find primes of the form [math]\displaystyle{ k*2^n+1 }[/math], where k is one of the remaining 17 (now 5) candidates for Sierpiński numbers smaller than 78557, and n a positive integer. In order to find such a prime, we have a long queue of candidates, and we are running primality tests called PRP (Probable Prime), which take a very long time, for every candidate in the queue.

Because PRP takes so much computational power, we try to eliminate as many non-prime numbers as possible from the queue by sieving, which means to take a (relatively) small integer and check whether it is a factor of one of the tests we are going to run. If there is a factor, the number is not prime and thus doesn't need to be tested.

Finally, before running a particular test, one can make a last effort to find a factor for the particular k,n-pair in a few hours before running a test which will take several weeks, by p-1 factoring.

Results

As of April 2010, Seventeen Or Bust has discovered eleven huge prime numbers. The four largest discoveries ranks as the tenth to thirteenth largest prime ever discovered, and they are the largest prime that are not a Mersenne prime. Six of the eleven primes rest in the Top 100.

Credits

The project was originally a collaboration between long-time friends Louie Helm and David Norris. The first public version of the software was released on 2002-04-01. Since then, many people have contributed in various ways to the project. MikeGarrison is our system administrator and does a great job taking care of the machines our server runs on. Phil Chapman, Fritz Redeker and Matt Edson have donated a lot of hardware and currently provide for our Internet hosting. George Woltman contributed the hand-tuned assembly code that makes our software so fast. Many others have contributed mathematical, logistical and practical insight, suggestions, and moral support.

See also

External links

Projects