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 "Riesel Sieve"

From Prime-Wiki
Jump to: navigation, search
(restored)
 
(link)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
The '''Riesel sieve project (RSP)''' is a [[distributed computing]] [[:Category:distributed computing project|project]]. It is now a part of [[PrimeGrid]].
+
The '''Riesel sieve project (RSP)''' is a [[distributed computing]] project. It is now a part of [[PrimeGrid]].
  
 
==Goal==
 
==Goal==
Riesel Sieve is a distributed effort to prove the [[Riesel problem]] (which states that k=509203 is the smallest possible [[Riesel number]]). To do that, they have to find primes for all the remaining k values to prove that they are not Riesel numbers.
+
Riesel Sieve is a distributed effort to prove the [[Riesel problem 1|Riesel problem]] (which states that {{Vk}}=509203 is the smallest possible [[Riesel number]]). To do that, they have to find primes for all the remaining k values to prove that they are not Riesel numbers.
  
 
==How to participate==
 
==How to participate==
There are two ways of contributing to Riesel Sieve: [[sieving]] and [[Lucas Lehmer Riesel|LLR testing]].
+
There are two ways of contributing to Riesel Sieve: [[sieving]] and [[LLR]] testing.
  
 
===Sieving===
 
===Sieving===
To sieve, people reserve ranges on the website and then use [[Mikael Klasson]]s [[proth_sieve]] program. Instructions on how to use proth_sieve can be found on [http://www.geocities.com/omboohankvald/proth_sieve.html Omboo Hankvalds guidesites]
+
To sieve, people reserve ranges on the website and then use [[Mikael Klasson]]s [[proth_sieve]] program. Instructions on how to use proth_sieve can be found on [http://www.geocities.ws/omboohankvald/proth_sieve.html Omboo Hankvalds guidesites]
  
 
===LLR testing===
 
===LLR testing===
To perform LLR tests, people use [[LLRNet]] to automatically download tests, test them for primality and upload the results. Instructions on how to use LLRNet can be found on [http://www.geocities.com/omboohankvald/LLRNET.html Omboo Hankvalds guidesites]].
+
To perform LLR tests, people use [[LLRNet]] to automatically download tests, test them for primality and upload the results. Instructions on how to use LLRNet can be found on [http://www.geocities.ws/omboohankvald/LLRNET.html Omboo Hankvalds guidesites].
  
 
==Status==
 
==Status==
As of 2005-11-22, 74 k values are left as possible candidates, which need to be eliminated. All 74 are being sieved by Riesel Sieve, but only 69 of them are being LLR tested by Riesel Sieve. The remaining 5 k values are being tested by individuals independent of the Riesel Sieve project. Those values are left over from the time before Riesel Sieve started, when all testing was done independently. As values have been released from testing by individuals, the Riesel Sieve project has taken over testing them.
+
As of 2005-11-22, 74 {{Vk}} values are left as possible candidates, which need to be eliminated. All 74 are being sieved by Riesel Sieve, but only 69 of them are being LLR tested by Riesel Sieve. The remaining 5 {{Vk}} values are being tested by individuals independent of the Riesel Sieve project. Those values are left over from the time before Riesel Sieve started, when all testing was done independently. As values have been released from testing by individuals, the Riesel Sieve project has taken over testing them.
  
 
==Results==
 
==Results==
The sieve (n<50M) reached the optimal sieve zone and it's now suspended.
+
The sieve ({{Vn}}<50M) reached the optimal sieve zone and it's now suspended.
  
 
==External links==
 
==External links==
*[http://www.rieselsieve.com Official page]
+
*<s>http://www.rieselsieve.com</s> Official page - unavailable
*[http://www.rieselsieve.com/forum/ Official forum]
+
*<s>http://www.rieselsieve.com/forum/</s> Official forum - unavailable
*[http://stats.rieselsieve.com/ Official stats]
+
*<s>http://stats.rieselsieve.com/</s> Official stats - unavailable
*[http://www.distributedcomputing.info/ap-math.html#rieselsieve distributedcomputing.info entry]
+
*<s>http://www.distributedcomputing.info/ap-math.html#rieselsieve</s> distributedcomputing.info entry - unavailable
*[http://www.prothsearch.com/rieselsearch.html Status including external testing]
+
*<s>http://www.prothsearch.com/rieselsearch.html</s> Status including external testing - unavailable
 
[[Category:Distributed computing project]]
 
[[Category:Distributed computing project]]

Latest revision as of 10:29, 26 March 2024

The Riesel sieve project (RSP) is a distributed computing project. It is now a part of PrimeGrid.

Goal

Riesel Sieve is a distributed effort to prove the Riesel problem (which states that k=509203 is the smallest possible Riesel number). To do that, they have to find primes for all the remaining k values to prove that they are not Riesel numbers.

How to participate

There are two ways of contributing to Riesel Sieve: sieving and LLR testing.

Sieving

To sieve, people reserve ranges on the website and then use Mikael Klassons proth_sieve program. Instructions on how to use proth_sieve can be found on Omboo Hankvalds guidesites

LLR testing

To perform LLR tests, people use LLRNet to automatically download tests, test them for primality and upload the results. Instructions on how to use LLRNet can be found on Omboo Hankvalds guidesites.

Status

As of 2005-11-22, 74 k values are left as possible candidates, which need to be eliminated. All 74 are being sieved by Riesel Sieve, but only 69 of them are being LLR tested by Riesel Sieve. The remaining 5 k values are being tested by individuals independent of the Riesel Sieve project. Those values are left over from the time before Riesel Sieve started, when all testing was done independently. As values have been released from testing by individuals, the Riesel Sieve project has taken over testing them.

Results

The sieve (n<50M) reached the optimal sieve zone and it's now suspended.

External links