![]() |
|
|
#34 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
948810 Posts |
20484176833 = 16261*108^3+1 is 3-PRP! 20484176833 = 84673 * 241921 already in the list Last fiddled with by Batalov on 2010-07-05 at 20:11 |
|
|
|
|
|
#35 |
|
Jun 2003
7×167 Posts |
It was a while ago, but still...
Yes, the Carmichael numbers have at least 3 prime factors. Last fiddled with by Mr. P-1 on 2010-12-17 at 13:47 |
|
|
|
|
|
#36 |
|
Jun 2009
2AC16 Posts |
Code:
878519842*3^7-1 = 1,921,322,894,453 = 266,759*7,202,467 prime at n=64 885176830*3^5-1 = 215,097,969,689 = 101,207*2125,327 prime at n=6 830490286*3^6-1 = 605,427,418,493 = 200,903*3,013,531 prime at n=15 Last fiddled with by Puzzle-Peter on 2011-02-14 at 20:11 |
|
|
|
|
|
#37 |
|
"Mark"
Apr 2003
Between here and the
24·397 Posts |
Which is why we require primality tests, especially for low n. It might be fixed in gwnum v26.5, but I haven't tested it.
|
|
|
|
|
|
#38 | |
|
Mar 2006
Germany
32·17·19 Posts |
Quote:
Code:
878519842 > 3^7, so, only a Strong PRP test is done for 878519842*3^7-1. 878519842*3^7-1 is not prime, although base 3-Fermat PSP!! Time : 26.113 ms. 885176830 > 3^5, so, only a Strong PRP test is done for 885176830*3^5-1. 885176830*3^5-1 is not prime, although base 3-Fermat PSP!! Time : 21.233 ms. 830490286 > 3^6, so, only a Strong PRP test is done for 830490286*3^6-1. 830490286*3^6-1 is not prime, although base 3-Fermat PSP!! Time : 19.651 ms. |
|
|
|
|
|
|
#39 | |
|
"Mark"
Apr 2003
Between here and the
11000110100002 Posts |
Quote:
|
|
|
|
|
|
|
#40 | |
|
Aug 2006
3×1,993 Posts |
Quote:
|
|
|
|
|
|
|
#41 |
|
May 2007
Kansas; USA
1040310 Posts |
I'm a little confused. Why is a PRP that is a composite a problem and hence why does it need to be reported to George? It is quite normal that we have a few isolated PRPs such as what Peter has mentioned here that are composites. He is testing millions of k's on base 3 using the PFGW script and so is sure to find a few small composite PRPs. He may be using my recommendation of -f30 to speed up testing somewhat on base 3 to n=25K and so will get more composite PRPs than with -f (or its equivalent -f100). He showed where the k was tested correctly as prime at a higher n than the composite PRP in each case.
In looking at what both Peter and Karsten posted, it appears to me that both PFGW and LLR are acting correctly. Am I missing something? Last fiddled with by gd_barnes on 2011-02-15 at 09:04 |
|
|
|
|
|
#42 | |
|
"Mark"
Apr 2003
Between here and the
635210 Posts |
Quote:
|
|
|
|
|
|
|
#43 | |
|
Jun 2009
68410 Posts |
Quote:
|
|
|
|
|
|
|
#44 |
|
"Mark"
Apr 2003
Between here and the
24·397 Posts |
Yes. Note that -f and -f100 are equivalent. These false PRPs probably would have been factored by -f200, but the extra time to factor is probably not worth it. You could try -b5 to change the base for the PRP test. I don't know if that works with a script though.
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Near- and quasi-repunit PRPs | Batalov | And now for something completely different | 10 | 2019-09-12 13:31 |
| Very (large) PRPs? | PawnProver44 | Information & Answers | 95 | 2016-05-20 18:24 |
| OEIS - (2^n-5)/3 - n odd - LLT-like algorithm for finding PRPs | T.Rex | Miscellaneous Math | 10 | 2015-09-01 18:07 |
| PRPs not prime | schickel | FactorDB | 1 | 2015-08-03 02:50 |
| Proven PRPs? | Random Poster | FactorDB | 0 | 2012-07-24 10:53 |