![]() |
|
|
#23 | |
|
Sep 2002
Database er0rr
2·32·11·19 Posts |
Quote:
|
|
|
|
|
|
|
#24 | |
|
Sep 2002
Database er0rr
1110101100102 Posts |
Quote:
|
|
|
|
|
|
|
#25 |
|
"NOT A TROLL"
Mar 2016
California
197 Posts |
Primes around 2,000 digits usually take me seconds to prove. factordb says that 38*69^1172+1 is a PRP, and I should upload a certificate when I don't need one. Will it update the prime on its own?
|
|
|
|
|
|
#26 | |
|
"Dana Jacobsen"
Feb 2011
Bangkok, TH
22×227 Posts |
Quote:
Wolfram Alpha uses some variant of a BPSW test and calls the resulting probable prime "prime." The link you provided is not doing a proof. See their documentation for PrimeQ for an example of how they use the term "is a prime number" with no caveats, but then the notes in internal implementation show that this is a BPSW variant (we don't know anything about their Lucas test other than it used to be incorrect [Pinch 1993] before they added the additional base 3 test). It's a good test and if the Lucas test is correct it's an excellent test and should be good enough for almost any use. But it isn't a proof. factordb uses PFGW to check if it is a PRP. With a single base it's definitely not as discriminating as BPSW, but two bases at this size gives a pretty good idea. PFGW is also *very* fast for large inputs (>5k digits), so it's an excellent choice for factordb. It's in the database, and various generous people regularly pull lists of PRPs to run through Primo then upload the certs. These get verified and then the status changes. It looks like the frontier is around 3k digits these days (wow). Hence PRPs less than 3k or so digits can be expected to get a certificate uploaded within a relatively short time frame without your having to do any work. It passes my ES BPSW. It's a strong pseudoprime to all prime bases < 100. It passes the Underwood and Khashin variants of the Frobenius test. It passes yet another Frobenius variant. It's extremely unlikely to be composite. |
|
|
|
|
|
|
#27 | ||
|
"Dana Jacobsen"
Feb 2011
Bangkok, TH
38C16 Posts |
Quote:
Quote:
|
||
|
|
|
|
|
#28 | |
|
"NOT A TROLL"
Mar 2016
California
197 Posts |
Quote:
|
|
|
|
|
|
|
#29 |
|
"Curtis"
Feb 2005
Riverside, CA
22·1,217 Posts |
Define "prove" here. wolfram alpha does not count, danaj explained why.
|
|
|
|
|
|
#30 | |
|
"Dana Jacobsen"
Feb 2011
Bangkok, TH
22·227 Posts |
M doesn't have to be factored at all, though it is even hence we know it has at least the factor 2. This theorem is a special case where the large factored part is a single prime. Theorem 3 isn't very complicated but it's very handy for either Maurer's algorithm (it's similar to, but slightly better and faster than what Maurer's paper uses), or as part of an ECPP step where we might be able to reduce N a bit without too much effort.
From the paper: Quote:
We started with "a large prime" which I called 'p'. Since 'p' is large, it isn't 2 and hence is odd. We picked an 'm' but don't need any factors other than it being even. The result does have a big "if 'p' is prime" attached but we decided that was given to us. Step 3 verifies that p is large enough. 'p' is representing the factored portion, so we want to make sure it is large enough. 'm' represents the unfactored portion. Theorem 3 really is simple. Step 5 finds an 'a' that meets the conditions. |
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Prime Pages Achievable Forms? | PawnProver44 | Miscellaneous Math | 1 | 2016-04-08 11:27 |
| Prime pages question | jasong | jasong | 7 | 2013-03-09 12:10 |
| TPS prime pages password | Oddball | Twin Prime Search | 5 | 2011-03-20 04:50 |
| What's up with the Prime Pages? | Unregistered | Information & Answers | 1 | 2007-06-09 02:44 |
| How do I determine the xth-highest prime on prime pages? | jasong | Data | 7 | 2005-09-13 20:41 |