![]() |
|
|
#177 | |
|
Dec 2011
After milion nines:)
1,451 Posts |
Quote:
If you put pfgw -od -lprime2.txt -q"11*2^2897409+1" then you got error, but if you write pfgw -od -lprime2.txt -q11*2^2897409+1 (without quotes around number) then everything is ok, and got decimal expansion. Thanks for reply! |
|
|
|
|
|
|
#178 |
|
Apr 2010
Over the rainbow
2·1,303 Posts |
The quote are needed only when you use the command line. If you are using the GUI, you don't need the quote.
|
|
|
|
|
|
#179 |
|
"Mark"
Apr 2003
Between here and the
2·32·353 Posts |
For the command line, quotes are sometimes needed if the expression has "^" in it as Windows treats that as an escape sequence. They are not needed when using the U/I.
Last fiddled with by rogue on 2013-03-02 at 15:29 |
|
|
|
|
|
#180 |
|
Dec 2011
After milion nines:)
145110 Posts |
Thanks for explanation!
|
|
|
|
|
|
#181 |
|
"Mark"
Apr 2003
Between here and the
18D216 Posts |
I've posted pfgw 3.7.5 over at sourceforge. I removed the tree factoring code as it missed factors and had other issues. I also found and fixed another Win64 bug, this one found when using -e. The Mac and Linux builds will follow later today.
|
|
|
|
|
|
#182 |
|
Jun 2009
22×32×19 Posts |
I couldn't find this in the PFGW documentation neither in the forum:
For a PRP or a primality test, I get an output containing two timings Code:
<Number> is composite: RES64: [896434D6F48089DD] (666.9374s+163.6538s) Last fiddled with by Puzzle-Peter on 2013-06-08 at 09:08 |
|
|
|
|
|
#183 | |
|
"Mark"
Apr 2003
Between here and the
2·32·353 Posts |
Quote:
|
|
|
|
|
|
|
#184 |
|
Jun 2009
22×32×19 Posts |
Thanks. I'm fooling around writing a script for one of my less than sensible ideas and need to reduce the runtimes if I want to live to see a result...
|
|
|
|
|
|
#185 |
|
Apr 2010
Over the rainbow
2·1,303 Posts |
hi. I found a slight problem...
When I run the newbase script on b642 and it hit the specific value of 8000*642^3+1, it enter a infinite loop Code:
8000*642^3+1 is 3-PRP! (0.0000s+0.0017s) Primality testing 8000*642^3+1 [N-1, Brillhart-Lehmer-Selfridge] Running N-1 test using base 11 Running N-1 test using base 13 Running N-1 test using base 17 ..... Running N-1 test using base 4013 Running N-1 test using base 4019 .... 2116874304001<13> = 31 · 73 · 97 · 751 · 12841 I have found another prime at n=11 so that's not really a problem for me. Might concern some others. |
|
|
|
|
|
#186 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
2·47·101 Posts |
8000*642^3+1 is a sum of cubes, too.
|
|
|
|
|
|
#187 | |
|
"Mark"
Apr 2003
Between here and the
143228 Posts |
Quote:
|
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| A possible bug in LLR/PFGW while using GWNUM (no bug in P95) | Batalov | Software | 77 | 2015-04-14 09:01 |
| PFGW 3.2.0 has been Released | rogue | Software | 94 | 2010-09-14 21:39 |
| PFGW 3.2.3 has been Released | rogue | Software | 10 | 2009-10-28 07:07 |
| PFGW 3.2.2 has been Released | rogue | Software | 20 | 2009-08-23 12:14 |
| PFGW 3.2.1 has been released | rogue | Software | 5 | 2009-08-10 01:43 |