![]() |
|
|
#1 |
|
30338 Posts |
Hello,
I’ve a question. I was loading today my page with the personal stats, but I can’t understand what the field “fact bits” mean. It gives 67 for one exponent and 57 for another that is in the pipe to be processed next. What does that mean? Thanks and Happy New Year! |
|
|
#2 |
|
Nov 2003
3×5×11 Posts |
Fact bits is how far the number you are testing has been trial factored. The first one has been trial factored up to 2^67, and the second has been trial factored up to 2^57. After you finish the first, you will trial factor the second up to 2^67, and then (assuming no factor is found) do a Lucas-Lehmer test for primality.
|
|
|
|
|
#3 |
|
5·1,567 Posts |
Thanks! Is this that stage one and stage Two thing before the LL is run?
|
|
|
#4 | |
|
Nov 2003
3×5×11 Posts |
Quote:
|
|
|
|
|
|
#5 |
|
Sep 2002
29616 Posts |
The possible steps for doing a LL are:
- Trial Factor to a limit based on the size of the exponent. - P-1 Factor to a some limit, it has two stages. The second stage isn't done if not enough memory is allocated. - LL test. If a mersenne number has already been trial factored to the program limit, the TF test is skipped. If it has already been P-1 factored that stage will be skipped, tipically this will happen for double checks. Finally the LL (Lucas-Lehmer) test is run. A double check is just a second LL on a previously tested LL for verification. There is a setting to skip trial factoring. Last fiddled with by S485122 on 2007-03-07 at 11:43 Reason: corrections |
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Stockfish game: "Move 8 poll", not "move 3.14159 discussion" | MooMoo2 | Other Chess Games | 5 | 2016-10-22 01:55 |
| Aouessare-El Haddouchi-Essaaidi "test": "if Mp has no factor, it is prime!" | wildrabbitt | Miscellaneous Math | 11 | 2015-03-06 08:17 |
| "Beerfecte Researshes": A Scientific Fact! | ewmayer | Science & Technology | 9 | 2008-03-28 02:18 |
| Would Minimizing "iterations between results file" may reveal "is not prime" earlier? | nitai1999 | Software | 7 | 2004-08-26 18:12 |