![]() |
|
|
#1 |
|
Einyen
Dec 2003
Denmark
35·13 Posts |
What is the largest PRP (by any PRP test) known to be composite? Except the trivial cases like: Any Mersenne number is a 2-PRP.
The largest one I can think of is this: 3,317,044,064,679,887,385,961,981 which is SPRP to the first 13 prime bases: 2 to 41 https://en.wikipedia.org/wiki/Miller...primality_test https://arxiv.org/abs/1509.00864 If we find a Mersenne Prime candidate with a single 3-PRP test on a lets say 90M exponent, what is the probability it is prime and the probability it is composite? Last fiddled with by ATH on 2019-05-05 at 21:17 |
|
|
|
|
|
#2 |
|
Sep 2003
5·11·47 Posts |
If we ever actually find a Mersenne number that is 3-PRP but composite, that will be a much bigger deal than merely finding another ho-hum Mersenne prime.
|
|
|
|
|
|
#3 | |
|
"Rashid Naimi"
Oct 2015
Remote to Here/There
3·5·137 Posts |
Quote:
|
|
|
|
|
|
|
#4 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
36·13 Posts |
There was this one - 1024 · 31877301 + 1.
An excellent PRP in many bases, resisted to be proven (returned 'composite'; and even was removed from the UTM list as a composite), but that helped to find a bug. It was prime, after all. |
|
|
|
|
|
#5 | |
|
Jun 2015
Vallejo, CA/.
3E216 Posts |
Quote:
Löh and Niebuhr in 1992 found some very large Carmichael numbers, including one with 1,101,518 factors and over 16 million digits. Quote:
If that is the case it is easier to go by the trial division route. |
|
|
|
|
|
|
#6 |
|
"Rashid Naimi"
Oct 2015
Remote to Here/There
3×5×137 Posts |
Here is their paper:
A new algorithm for constructing large Carmichael numbers https://www.semanticscholar.org/pape...e792bc3eb6f90a I assume (without having read the paper) that they construct the numbers by multiplying the prime factors together, which in turn gives the astronomically high number of factor combinations. |
|
|
|
|
|
#7 | |
|
Jun 2015
Vallejo, CA/.
99410 Posts |
Quote:
|
|
|
|
|
|
|
#8 |
|
"Rashid Naimi"
Oct 2015
Remote to Here/There
80716 Posts |
|
|
|
|
|
|
#9 | |
|
"Robert Gerbicz"
Oct 2005
Hungary
27148 Posts |
Quote:
Code:
(13:03) gp > n=4142384337001350354048000*2^3000+85926168257054400*2^2000+530295120*2^1000+1; (13:03) gp > isprime(n) %36 = 0 (13:03) gp > lift(Mod(2,n)^n) %37 = 2 (13:03) gp > lift(Mod(3,n)^n) %38 = 3 (13:03) gp > lift(Mod(5,n)^n) %39 = 5 (13:03) gp > lift(Mod(7,n)^n) %40 = 7 (13:03) gp > |
|
|
|
|
|
|
#10 |
|
Just call me Henry
"David"
Sep 2007
Cambridge (GMT/BST)
23·3·5·72 Posts |
Carmichael numbers are too easy. What is the largest non-Carmichael number that is known to be b-prp?
|
|
|
|
|
|
#11 |
|
Einyen
Dec 2003
Denmark
35×13 Posts |
There are no composite 3-PRP of the form 2n-1 for all n<100,000 (including composite n).
Last fiddled with by ATH on 2019-05-07 at 15:28 |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Composite being Prime | kruoli | FactorDB | 5 | 2018-02-16 16:54 |
| S_N cycles in LL done on composite M(p) | tichy | Math | 1 | 2010-12-23 16:47 |
| The composite conjecture | Carl Fischbach | Miscellaneous Math | 8 | 2010-07-02 08:03 |
| Composite checkerboard | Kees | Puzzles | 14 | 2007-11-20 15:16 |
| F10,21=10^(2^21)+1 is composite | Shaopu Lin | Factoring | 2 | 2004-10-31 13:48 |