![]() |
|
|
#23 | |
|
"Phil"
Sep 2002
Tracktown, U.S.A.
3×373 Posts |
Quote:
I'll post a script file tomorrow and you can try it out. I really don't mind running the tests, and I really think that by the time we get three or four confirming results, we can assume that everything is good, but you may enjoy doing something different for a change, now that we are so close to the end of this project. The problem with Max's suggestion is that according to my understanding, pfgw will use a few bases, and not necessarily the ones that we might choose. Let's try the script file. Double-checking is a low priority, but since the queue is already set up, should I ask John Blazek if the PRPNET queue can be activated? |
|
|
|
|
|
|
#24 | ||
|
Einyen
Dec 2003
Denmark
35·13 Posts |
Quote:
Quote:
|
||
|
|
|
|
|
#25 |
|
"Nancy"
Aug 2002
Alexandria
1001101000112 Posts |
Another factor: 76727594460993167.
|
|
|
|
|
|
#26 |
|
"Phil"
Sep 2002
Tracktown, U.S.A.
100010111112 Posts |
I think Max (mdettweiler) is right, and this is worth a try. His suggestion was to run it with:
pfgw -tc -q2^9092392+40291 I'm thinking that maybe pfgw -tc -l -q2^9092392+40291 will log the output. Report what bases it uses for the strong prp tests, and I'll remove them from my queue. |
|
|
|
|
|
#27 |
|
"Phil"
Sep 2002
Tracktown, U.S.A.
111910 Posts |
Here is a version of the script file:
Code:
SCRIPT DIMS Blankline, DIMS Residup1, Probable_prime_residueis_plus1 DIMS Residum1, Probable_prime_residueis_minus1 DIMS Resultfails, Fails_test DIM Base DIM Result DIM Resultres SET Base,2 PRINT Base POWMOD Result,Base,2^9092391+20145,2^9092392+40291 SET Resultres,(Result+1)%(2^9092392+40291) IF (Resultres==0) THEN PRINT Residum1 IF (Resultres==0) THEN GOTO End_test IF (Resultres==2) THEN PRINT Residup1 IF (Resultres==2) THEN GOTO End_test SET Resultres,Resultres%(2^64) PRINT Resultfails PRINT Resultres LABEL End_test PRINT Blankline END The Jacobi symbol predicts whether we should find a residue of +1 or -1. The message "Fails_test" means, if that result can be verified, that the number is actually composite. Last fiddled with by philmoore on 2011-02-11 at 17:03 Reason: Corrected "PRINT resultres" line in code. |
|
|
|
|
|
#28 |
|
Jun 2003
Ottawa, Canada
100100101012 Posts |
I will take 11, 13, 17, 19, 23, 29
Last fiddled with by Jeff Gilchrist on 2011-02-10 at 17:48 |
|
|
|
|
|
#29 | |
|
Feb 2009
3·13 Posts |
Quote:
|
|
|
|
|
|
|
#30 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
250616 Posts |
Put Alex's factors in a file, say, helperPRPm1 and run
pfgw -f1 -e999999 -tc -hhelperPRPm1 -l -q"2^9092392+40291" There's no way to enforce the base though. You can also add -e999999 (even less factoring) and there was some other flag that overrides the reporting frequency from 2500 iterations (but for this number it is good enough). It appears that the first tried base will be 2 for N-1 and 1+sqrt(5) for N+1 but later the program may do other bases -- you will see. Last fiddled with by Batalov on 2011-02-10 at 20:39 |
|
|
|
|
|
#31 |
|
Feb 2009
3·13 Posts |
OK, have done this. Thanks for the help - as you can tell I am new to pfgw
|
|
|
|
|
|
#32 |
|
"Phil"
Sep 2002
Tracktown, U.S.A.
100010111112 Posts |
Serge's suggestion will save you from repeating the factoring. Thanks!
|
|
|
|
|
|
#33 |
|
May 2007
112 Posts |
Just thought I might pile on some more on this prime. I have completed the rerun on a different computer. DUH!!! It's still a prime.
![]() Also completed/submitted my part of wu lower than the prime to Phil. |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| probable largest prime. | sudaprime | Miscellaneous Math | 11 | 2018-02-05 08:10 |
| Hi, how can I test my probable prime number? | mohdosa | Information & Answers | 22 | 2014-10-10 11:34 |
| Megadigit probable prime found, our third! | philmoore | Five or Bust - The Dual Sierpinski Problem | 25 | 2009-09-09 06:48 |
| Another record probable prime found! | philmoore | Five or Bust - The Dual Sierpinski Problem | 15 | 2009-02-08 19:43 |
| Record probable prime found! | philmoore | Five or Bust - The Dual Sierpinski Problem | 18 | 2009-01-28 19:47 |