![]() |
|
|
#56 | |
|
Jun 2003
2×3×7×112 Posts |
Quote:
* FFT * point-wise squaring * inv FFT * carry adjustment. During the carry adjustment, any mutliplication by the PRP-base can also be included. For multiplication by a large X, we just need to repeat this operation once more (instead of doing it in carry propagation step) where we'll do point-wise multiplication by X (which would already be in FFT form). Since this would only be for a few 100 bits, the additional step doesn't matter in terms of speed. Should be very straightforward to implement. [I don't know how this new-fangled Z transform works, but should be similar in principle). |
|
|
|
|
|
|
#57 | ||
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
251616 Posts |
Quote:
Quote:
axn, perhaps you could comment; maybe you have a code repository (at assembla?) |
||
|
|
|
|
|
#58 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
2·47·101 Posts |
I updated the cyclosv0.6.zip code to sieve for cyclotomics of the second type (Phi(3,-b3*2^n)) and will run the Phi(3,-b49152) for a short time. There should be perhaps a dozen primes there for b<1,500,000.
___________________ Phi(3,-b3^m*2^n) with m>1 are less effective to run (at least on CPU) because only 3*2^n and 9*2^n FFT patterns are currently implemented in gwnum; the 9*2^n FFT is perfect for Phi(3,-b49152). A clever extension to CycloOCL code may change that. |
|
|
|
|
|
#59 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
2·47·101 Posts |
With Ryan P., we've run the Phi(3,-b^98304) series, too.
And now continuing with Phi(3,-b^196608) -- which will produce a string of 2-million digit primes. ![]() Oh, it is so nice to have resources!
|
|
|
|
|
|
#60 |
|
Jun 2003
2×3×7×112 Posts |
Current tally is:
Code:
32768 27 (max = 1164012) 49152 18 (max = 1373894) 65536 18 (max = 1181782) 98304 8 (max = 1202113) 131072 3+1 (max = 1082083) |
|
|
|
|
|
#61 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
2·47·101 Posts |
Even more small ones:
Code:
1 2592 849 4096 5 5184 1 5832 355 8192 1 13122 107 16384 ... 24576 48 32768 1 34992 2 36864 2 41472 1 46656 27 49152 1 59049 (3^10, Zhou) 18 65536 1 78732 8 98304 4 131072 2 196608 2 262144 1 393216 1 524288 Last fiddled with by Batalov on 2017-10-28 at 00:03 Reason: 2 @ n=196608 found, and more (262144, 393216, 524288) |
|
|
|
|
|
#63 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
949410 Posts |
Thanks!
Writing the modified sieve was fun. I had to implement a modular cubic root again (but I already had an innoculation with this small diversion; this time I didn't need Adleman-Manders-Miller's; with the cyclotomic restrictions all cubic roots were easy). And then the PhiExtension for P95 proved itself useful -- ...we still don't have a supernumeral-3 version of Cyclo{OCL|CPU}. |
|
|
|
|
|
#64 |
|
Sep 2002
Database er0rr
2·32·11·19 Posts |
|
|
|
|
|
|
#65 | |
|
Dec 2011
After milion nines:)
1,451 Posts |
Quote:
Congratulation on this huge prime. |
|
|
|
|
|
|
#66 |
|
Sep 2002
Database er0rr
376210 Posts |
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Prime 95 and internet connection issue | Jwb52z | Software | 10 | 2013-01-30 01:09 |
| Twin prime search? | MooooMoo | Twin Prime Search | 115 | 2010-08-29 17:38 |
| Prime Search at School | Unregistered | Information & Answers | 5 | 2009-10-15 22:44 |
| Prime Search on PS-3? | Kosmaj | Riesel Prime Search | 6 | 2006-11-21 15:19 |
| Running prime on PC without internet-connection | Ferdy | Software | 3 | 2006-04-25 08:53 |