![]() |
|
|
#1 |
|
Mar 2018
2·5·53 Posts |
3511 is the largest known Wieferich prime.
(2^3510-1 +31*73*81)/(2*31*73*729) is a spectacular 1051 digit prp!!! |
|
|
|
|
|
#2 |
|
Mar 2018
2×5×53 Posts |
Is it possible to say if it is actually prime?
|
|
|
|
|
|
#3 |
|
Sep 2002
Database er0rr
3,739 Posts |
|
|
|
|
|
|
#4 |
|
Mar 2018
2×5×53 Posts |
how?
|
|
|
|
|
|
#5 |
|
Mar 2018
2×5×53 Posts |
the prime has a particular form...
2^3510-1 is divisible by 73 and 31 3511 is a Wieferich prime 81 and 729 are powers of 3 |
|
|
|
|
|
#6 |
|
Sep 2002
Database er0rr
72338 Posts |
|
|
|
|
|
|
#7 |
|
Mar 2018
2·5·53 Posts |
Even more spectalurar:
((2^3510-1 +31*73*81)/(2*31*73*729)*9+1)/2 is also probable prime!!! |
|
|
|
|
|
#8 |
|
Sep 2003
5·11·47 Posts |
Yes, it is.
For example, if you have a very recent version of PARI/GP (2.11 or higher), you can run something like: Code:
default(parisizemax, 64000000)
cert = primecert((2^3510-1 +31*73*81)/(2*31*73*729));
s = primecertexport(cert, 1);
write("cert.out", s);
Why is this PRP spectacular? It's fairly small. Last fiddled with by GP2 on 2018-11-22 at 15:41 Reason: primecert call should NOT take a ..., 1) flag... only the primecertexport call |
|
|
|
|
|
#9 |
|
Mar 2018
2×5×53 Posts |
((2^3510-1 +31*73*81)/(2*31*73*729)*9+1)/2is a prime congruent to 1 mod 73
|
|
|
|
|
|
#10 |
|
Sep 2002
Database er0rr
3,739 Posts |
|
|
|
|
|
|
#11 |
|
Mar 2018
2×5×53 Posts |
it is a probable prime for factordb, moreover it is 1 mod 73 as 2^3510-1
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| probable largest prime. | sudaprime | Miscellaneous Math | 11 | 2018-02-05 08:10 |
| Hi, how can I test my probable prime number? | mohdosa | Information & Answers | 22 | 2014-10-10 11:34 |
| Megadigit probable prime found, our third! | philmoore | Five or Bust - The Dual Sierpinski Problem | 25 | 2009-09-09 06:48 |
| Another record probable prime found! | philmoore | Five or Bust - The Dual Sierpinski Problem | 15 | 2009-02-08 19:43 |
| Record probable prime found! | philmoore | Five or Bust - The Dual Sierpinski Problem | 18 | 2009-01-28 19:47 |