Created
December 23, 2024 14:24
-
-
Save Hermann-SW/03db00ca6cb23c9b7c1fb3e6530494b6 to your computer and use it in GitHub Desktop.
PARI/GP proof that Mersenne exponent 500000500001 does not give Mersenne prime (291.0g resident memory needed)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
m=2^500000500001-1; | |
## | |
d=2 * 1663403835355 * 500000500001 + 1; | |
## | |
m%d | |
## | |
#binary(d) | |
## |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Script above is useless, can be computed in 3ms on slow Raspberry computer with not much RAM: