Quote:
Originally Posted by KEP
Now I've a question. Is there anyway to make WinPFGW work a list of k's from e.g. n=25,001 to n=100,000?Regards
KEP
|
Yes, you would just tell it to do so in your script. But doing so would be very inefficient. Sieving should be done first for n-values that are so high. After sieving, you could then use LLR or PFGW (or Phrot) to do primality testing.
Gary