![]() |
|
|
#397 | |
|
May 2010
Prime hunting commission.
110100100002 Posts |
Quote:
Show me the distributed search for k * p(x)#^n + 1, and I'll take your word for it.Also: I don't use factor-rich bases because they sieve too slowly and leave too many candidates behind, which wastes time testing what could have been eliminated given a prime or factor-deficient base. P.S: Why does it become harder to sieve for larger bases? I tested 510510 and it barely got past 1/7. Unacceptable. Last fiddled with by 3.14159 on 2010-08-04 at 14:12 |
|
|
|
|
|
|
#398 |
|
Aug 2006
3×1,993 Posts |
Factoring is pretty common in primality proving, actually. The whole Pocklington's theorem-based tests use it. The Brillhart-Lehmer-Selfridge algorithm, the modern combined p-1/p+1 method, is rather popular.
|
|
|
|
|
|
#399 | |
|
May 2010
Prime hunting commission.
24×3×5×7 Posts |
Quote:
Last fiddled with by 3.14159 on 2010-08-04 at 14:24 |
|
|
|
|
|
|
#400 | |
|
Aug 2006
175B16 Posts |
Quote:
I suspect you're counting the numbers removed from other bases on account of their small factors (2, 3, 5, etc.). That's fallacious, of course -- you can't remove these from bases which have those factors, but that means that the bases with small factors have more small candidates. They're better in that sense, not worse, even though the sieving percentages will be an easily-calculated percentage 'worse'. (The factor by which I call them better is the factor by which you call them worse.) |
|
|
|
|
|
|
#401 | |
|
Aug 2006
3·1,993 Posts |
Quote:
http://pari.math.u-bordeaux.fr/cgi-b...2380&root=pari Also, your claim (now edited out) that p-1 or p+1 must be fully factored is incorrect; Brillhart-Lehmer-Selfridge requires that p^2-1 is about one-third factored. |
|
|
|
|
|
|
#402 |
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
|
|
|
|
|
|
#403 | |
|
May 2010
Prime hunting commission.
24×3×5×7 Posts |
Quote:
.. Dammit. You're right. Last fiddled with by 3.14159 on 2010-08-04 at 14:34 |
|
|
|
|
|
|
#404 | ||
|
Jun 2003
13DF16 Posts |
Quote:
Quote:
** For a fixed-n search. For fixed-k search, different considerations come into play. Last fiddled with by axn on 2010-08-04 at 14:38 |
||
|
|
|
|
|
#405 | |||
|
May 2010
Prime hunting commission.
110100100002 Posts |
Quote:
Quote:
Quote:
Last fiddled with by 3.14159 on 2010-08-04 at 14:41 |
|||
|
|
|
|
|
#406 |
|
Aug 2006
10111010110112 Posts |
Agreed, in terms of time per number at a given size. But the base does change the number of good candidates, and if nothing else the candidates are smaller (though this doesn't have much of an effect on time, since that just adds 1 or 2 to the denominator).
|
|
|
|
|
|
#407 |
|
Aug 2006
175B16 Posts |
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Wheel Factorization | a1call | Factoring | 11 | 2017-06-19 14:04 |
| Efficient Test | paulunderwood | Computer Science & Computational Number Theory | 5 | 2017-06-09 14:02 |
| LL tests more credit-efficient than P-1? | ixfd64 | Software | 3 | 2011-02-20 16:24 |
| A Wheel | storm5510 | Puzzles | 7 | 2010-06-25 10:29 |
| Most efficient way to LL | hj47 | Software | 11 | 2009-01-29 00:45 |