mersenneforum.org  

Go Back   mersenneforum.org > Extra Stuff > Blogorrhea > enzocreti

Reply
 
Thread Tools
Old 2018-11-22, 14:30   #1
enzocreti
 
Mar 2018

2×5×53 Posts
Default A vernacular 1051 digit probable prime

3511 is the largest known Wieferich prime.




(2^3510-1 +31*73*81)/(2*31*73*729) is a spectacular 1051 digit prp!!!
enzocreti is offline   Reply With Quote
Old 2018-11-22, 14:46   #2
enzocreti
 
Mar 2018

2×5×53 Posts
Default Proven prime

Is it possible to say if it is actually prime?
enzocreti is offline   Reply With Quote
Old 2018-11-22, 14:57   #3
paulunderwood
 
paulunderwood's Avatar
 
Sep 2002
Database er0rr

3,739 Posts
Default

Quote:
Originally Posted by enzocreti View Post
Is it possible to say if it is actually prime?
Yes.
paulunderwood is offline   Reply With Quote
Old 2018-11-22, 14:58   #4
enzocreti
 
Mar 2018

2·5·53 Posts
Default how

how?
enzocreti is offline   Reply With Quote
Old 2018-11-22, 15:00   #5
enzocreti
 
Mar 2018

2×5×53 Posts
Default form of the prime

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
enzocreti is offline   Reply With Quote
Old 2018-11-22, 15:06   #6
paulunderwood
 
paulunderwood's Avatar
 
Sep 2002
Database er0rr

3,739 Posts
Default

Quote:
Originally Posted by enzocreti View Post
how?
Well, one can use Pari/GP's isprime() function given enough allocated RAM and runtime. Or use the newer ECPP capabilities of Pari/GP. Alternatively, run Primo.
paulunderwood is offline   Reply With Quote
Old 2018-11-22, 15:09   #7
enzocreti
 
Mar 2018

2·5·53 Posts
Default

Even more spectalurar:
((2^3510-1 +31*73*81)/(2*31*73*729)*9+1)/2 is also probable prime!!!
enzocreti is offline   Reply With Quote
Old 2018-11-22, 15:13   #8
GP2
 
GP2's Avatar
 
Sep 2003

1010000110012 Posts
Default

Quote:
Originally Posted by enzocreti View Post
Is it possible to say if it is actually prime?
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);
I just did this and it took only a few minutes.

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
GP2 is offline   Reply With Quote
Old 2018-11-22, 15:17   #9
enzocreti
 
Mar 2018

2×5×53 Posts
Default

((2^3510-1 +31*73*81)/(2*31*73*729)*9+1)/2is a prime congruent to 1 mod 73
enzocreti is offline   Reply With Quote
Old 2018-11-22, 15:22   #10
paulunderwood
 
paulunderwood's Avatar
 
Sep 2002
Database er0rr

72338 Posts
Default

Quote:
Originally Posted by enzocreti View Post
((2^3510-1 +31*73*81)/(2*31*73*729)*9+1)/2is a prime congruent to 1 mod 73
"is a prime" -- have you proved that?

"congruent to 1 mod 73" -- so what?
paulunderwood is offline   Reply With Quote
Old 2018-11-22, 15:25   #11
enzocreti
 
Mar 2018

10000100102 Posts
Default factordb

it is a probable prime for factordb, moreover it is 1 mod 73 as 2^3510-1
enzocreti is offline   Reply With Quote
Reply



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

All times are UTC. The time now is 04:29.


Sat Jul 17 04:29:39 UTC 2021 up 50 days, 2:16, 1 user, load averages: 1.87, 2.16, 2.27

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.