![]() |
|
|
#243 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3·2,083 Posts |
Quote:
However, in this case, your number should be quite easily provable as truly prime and not just PRP. Because N-1 is trivially factorizable, PFGW can perform an N-1 test to prove its primality in only a little longer than it would take to do a PRP test, with this command line: pfgw -t -q10462*1296^8192+1 Once it's done, it should say "10462*1296^8192+1 is prime!" confirming it once and for all. (Note that since it's easily provable as prime, you won't want to submit it to the largest known PRPs site I linked to above; I provided that for the sake of reference in case you were to find a PRP that wasn't so easily provable. For proven primes, the place to submit them is the 5000 Largest Primes database at http://primes.utm.edu/primes, but in this case it's much too small to submit there. Currently the cutoff is around 157000 digits.) |
|
|
|
|
|
|
#244 | |||
|
May 2010
Prime hunting commission.
69016 Posts |
Quote:
Quote:
Quote:
Last fiddled with by 3.14159 on 2010-07-24 at 02:28 |
|||
|
|
|
|
|
#245 | ||
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3×2,083 Posts |
PFGW's test *is* a Fermat SPRP test.
Quote:
Note that for the purposes of most prime-finding projects, if a prime is at all easily provable (i.e., an N-1/N+1 or other similarly speedy proof can be run on it), it must be proven before they'll consider it prime in their records--the rationale being that, with the proof being easily attainable, there's no reason to take chances (no matter how small). Of course, for your own personal searches you're under no such particular constraints, though if you find a provable PRP big enough to submit to the top-5000 web site, you'll need to prove it before submitting it there. Quote:
A PRP is a probable prime number, a number that nobody knows how to prove or disprove its primality. The bulk of the list is comprised of PRPs of special forms that allow efficient PRP tests to be performed, but not a proof (requiring general-form proofs like ECPP or APRT-CL, which are very slow compared to PRP tests). An example of this would be 2^5146295+41693, the current largest known unprovable PRP, the form of which (b^n+k) can be PRP tested just as easily as the comparable k*b^n+1, but an N-1 test can only be applied feasibly to the latter. As such, the k*b^n+1 form is much more popular for those interested in finding proven primes, and fills up a good portion of the top-5000 primes list. That minor digression aside, yes, your prime would not quite be eligible for the top-10000 PRP list. Indeed, when I search on it on the top-10000 web site, I don't see it listed--it may have been rejected by the system due to its being readily provable. I know the top-5000 primes web site has a very advanced proof verification system; I'm not sure how sophisticated the top-10000's system is, but in this case it would appear at least advanced enough to reject your prime. |
||
|
|
|
|
|
#246 | |
|
May 2010
Prime hunting commission.
69016 Posts |
Quote:
I also have a personal record for factorization: 328403088963936323112415393654283586690245759500631312020792258008504539017339025065200419735639 was split into: 376296510078753398956192761585590534556518861567 * 872724248479493796509476834113942386675812367017, via YAFU. It took about 80 or so minutes. I'm looking for primes in the 40k-digit range: Again, Proth-GFNs: k * 779068192 + 1. I'll let the thing sieve until I head for bed. It's currently at 8 * 1010 Last fiddled with by 3.14159 on 2010-07-24 at 03:24 |
|
|
|
|
|
|
#247 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3×2,083 Posts |
Quote:
The top-10000 web site, on the other hand (the one at http://www.primenumbers.net/prptop/prptop.php), is for unprovable PRPs only. Essentially, it's for numbers that not only are not readily testable by fast proof algorithms, but are also out of reach of today's resources with general algorithms such as ECPP (which would make the proof definite and make them eligible for the top-5000 web site). |
|
|
|
|
|
|
#248 | |
|
May 2010
Prime hunting commission.
32208 Posts |
Quote:
Also:(00:16): Sieving for 40k digit Proth-GFNs up to 2.2 * 1011 Last fiddled with by 3.14159 on 2010-07-24 at 04:18 |
|
|
|
|
|
|
#249 | |
|
Mar 2006
Germany
55348 Posts |
Quote:
There're some more info in the user comments. The whole test lasts for about 10 months! |
|
|
|
|
|
|
#250 |
|
May 2010
Prime hunting commission.
24×3×5×7 Posts |
So far, in the search for a 40k-digit prime, I think the sieving process has only left 1/23 to 1/24 of the candidates.
|
|
|
|
|
|
#251 |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3×2,083 Posts |
The top-5000 list has certain "archivable classes" of special forms of primes for which the top 20 are kept even though they're not big enough to make the list as a "normal" prime. For instance, twin primes are an archivable class. ECPP proofs are also considered an archivable class due to their special difficulty.
|
|
|
|
|
|
#252 | |
|
May 2010
Prime hunting commission.
24·3·5·7 Posts |
Quote:
Last fiddled with by 3.14159 on 2010-07-24 at 05:15 |
|
|
|
|
|
|
#253 |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3×2,083 Posts |
Yes, they are. Since the difficulty of proving a top-20 ECPP prime is comparable to that of finding one of the other "special types" of primes, they made an exception to the usual procedure for defining archivable classes and made one for ECPP.
|
|
|
|
![]() |
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 |