Quote:
Originally posted by sql_lall
...An efficient way i found, which is resumable instantly, is to only check numbers = 30k + {1,7,11,13,17,19,23,29} ...
Implying , if we say L = 30, that L is the multiple of Primes up to a certain point, then everything in {} are the primes from the highest prime factor of L, + 1, to L itself. So, looking at:
Quote:
Of course, you can enhance slightly to 210k + {1,11,...}
Then One must assume 121 is NOT inside {1,11,...}, being nonprime, so 210*1 + 121 is never checked.