This website works better with JavaScript
Home
Explore
Help
Register
Sign In
adelq
/
project-euler
mirror of
https://github.com/adelq/project-euler.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Browse Source
Large non-Mersenne prime
Modular exponentiation
Adel Qalieh
13 years ago
parent
cb5e59eb6c
commit
d1ca731f1d
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
97.py
+ 1
- 0
97.py
View File
@@ -0,0 +1 @@
+print str(28433*(pow(2, 7830457, 10000000000))+1)[-10::]