![]() |
|
|
#1 |
|
"Bo Chen"
Oct 2005
Wuhan,China
23×3×7 Posts |
I want to know the factors found by GIMPS,
and I download the file of factors.zip from ftp://mersenne.org/gimps/factors.zip but I get the following numbers from the unzipped file Code:
11, 3 01 1 080 02 012 029 0762 1722789 0804 08 128 018396879228 06189766 11710982 06 1 058452948168789115 010118286418 0145396423768929836 029 01356899 0230 03516 01055 059 |
|
|
|
|
|
#2 |
|
Aug 2002
North San Diego County
12558 Posts |
You need to also download decomp.zip and use that program:
Code:
How to decompress the factors and nofactors data.
1) Download and unzip one or both of factors.zip and nofactor.zip.
2) To get factors, run "decomp -f start_exponent end_exponent"
3) To get the k in 2kp+1, run "decomp -k start_exponent end_exponent"
4) To get the nofactor data, run "decomp -n start_exponent end_exponent"
5) To get the nofactor data with "Test=" in front of each line,
run "decomp -t start_exponent end_exponent"
6) To get the nofactor data with "Factor=" in front of each line,
run "decomp -w start_exponent end_exponent"
|
|
|
|
|
|
#3 |
|
"Bo Chen"
Oct 2005
Wuhan,China
A816 Posts |
thanks, and now I got it.
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Does anyone track factors for Bernoulli numbers? | VBCurtis | And now for something completely different | 1 | 2015-02-08 02:45 |
| ECM on numbers with known factors | MatWur-S530113 | PrimeNet | 15 | 2014-04-25 04:51 |
| Expected Number of Factors for numbers within a ra | grandpascorpion | Math | 2 | 2007-12-17 13:48 |
| Factors of Mersenne Numbers | asdf | Math | 17 | 2004-07-24 14:00 |
| Factors of Mersenne numbers ? | Fusion_power | Math | 13 | 2003-10-28 20:52 |