Skip to content

Instantly share code, notes, and snippets.

@shogo82148
Created October 26, 2024 07:59
Show Gist options
  • Save shogo82148/0876145dfb5f31acf87ea31a29620beb to your computer and use it in GitHub Desktop.
Save shogo82148/0876145dfb5f31acf87ea31a29620beb to your computer and use it in GitHub Desktop.
M136279841
This file has been truncated, but you can view the full file.
@shogo82148
Copy link
Author

M136279841 is largest known prime on 2024/10/26.

ref. https://www.mersenne.org/primes/?press=M136279841

calculated by:

import sys
sys.set_int_max_str_digits(0)
print(2**136279841-1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment