![]() |
|
|
#1 |
|
Mar 2004
Belgium
292 Posts |
Is the Gimps project sieving?
At home, I am doing a little experiment with the newPgen program. My input parameters are: base: 2 k: 1 nmin: 25 M nmax 25.5 M Type: k*b^n-1 (with k fixed) Of the 500.000 candidates I have (for the monemt): 37.000 candidates Couldn't this be a way to speed up the search? Regards, Cedric Vonck |
|
|
|
|
|
#2 |
|
Aug 2002
Termonfeckin, IE
22·691 Posts |
GIMPS does not sieve, it trial factors. The reason for this is the special form of all factors of Mersenne numbers. 2^p - 1 will only have factors of the form 2*k*p+1. Hence it makes very little sense to check a potential factor against more than one candidate which is the essence of sieving.
|
|
|
|
|
|
#3 | |
|
Mar 2004
Belgium
34916 Posts |
Ok just asking.
But what do you mean with: Quote:
|
|
|
|
|
|
|
#4 | |
|
Banned
"Luigi"
Aug 2002
Team Italia
32×5×107 Posts |
Quote:
Luigi |
|
|
|
|
|
|
#5 | |
|
43×173 Posts |
Quote:
WHERE p is the exponent you are currently attempting to test 2^p-1 for primality, AND where k is a positive integer up to such that 2kp+1 <= sqrt (2^p-1) AND such that (2kp+1) is itself prime too. |
|
|
|
|
#6 | |
|
Banned
"Luigi"
Aug 2002
Team Italia
32×5×107 Posts |
Quote:
Luigi |
|
|
|
|
|
|
#7 | |
|
"William"
May 2003
New Haven
236610 Posts |
Quote:
Of course if you are trial factoring, it's not necessary to try the composites because the only time a composite would divide the Mersenne number is when the composite is a product of primes that you should have tested earlier. |
|
|
|
|
|
|
#8 | |
|
∂2ω=0
Sep 2002
República de California
103×113 Posts |
Quote:
|
|
|
|
|
|
|
#9 | |
|
Banned
"Luigi"
Aug 2002
Team Italia
32·5·107 Posts |
Quote:
Luigi |
|
|
|
|
|
|
#10 | |
|
Mar 2004
Belgium
292 Posts |
Quote:
|
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| NFS sieving? | Dubslow | Factoring | 8 | 2012-09-28 06:47 |
| Line sieving vs. lattice sieving | JHansen | NFSNET Discussion | 9 | 2010-06-09 19:25 |
| 10^420 + 1 sieving | juno1369 | Factoring | 20 | 2010-04-28 01:11 |
| Sieving | OmbooHankvald | Prime Sierpinski Project | 4 | 2005-06-30 07:51 |
| Sieving | robert44444uk | Sierpinski/Riesel Base 5 | 8 | 2005-04-02 22:30 |