![]() |
[QUOTE=robert44444uk;573790]No one k was taken up as far as n=1e6, about 850k from memory was the highest. That k has more than 200 primes, and is the only known k with >200 primes.
Checking is quite slow for these k, because there is no really superfast sieve (although one could be constructed!), newpgen is not really geared from today's computers. Also, because there are no small factors for any of the k*2^n+ or -1, a significantly greater number of n need a prp test. Hence a payam k series will remain, on average, more prime at any level of n compared to a random k because of this.[/QUOTE] Unless I am mistaken it shouldn't be hard to modify mtsieve to efficiently sieve with large highly composite ks. Then you just have to deal with the generic multiply slowdown from gwnum. |
[QUOTE=henryzz;573792]Unless I am mistaken it shouldn't be hard to modify mtsieve to efficiently sieve with large highly composite ks. Then you just have to deal with the generic multiply slowdown from gwnum.[/QUOTE]
I would have suggested that, but I don't know how this other program works. Note that mtsieve will send a unique set of primes to each Worker, it is not designed to send the same set of primes to multiple Workers. |
[QUOTE=rogue;573793]I would have suggested that, but I don't know how this other program works. Note that mtsieve will send a unique set of primes to each Worker, it is not designed to send the same set of primes to multiple Workers.[/QUOTE]
I was more thinking for the testing phase once you have the good candidates. extending srsieve2 to support ks > 64 bits shouldn't be that hard. |
| All times are UTC. The time now is 23:24. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.