Thread
:
I (have not) found factors for 2^109947391-1, I shot myself in the foot!
View Single Post
2020-12-29, 05:09
#
5
retina
Undefined
"The unspeakable one"
Jun 2006
My evil lair
13754
8
Posts
Since you love Python so much, try this:
Code:
print((2 ** 109947391 - 1) % 13)
If it is a divisor then it should display 0, like this:
Code:
print((2 ** 11 - 1) % 23)
Last fiddled with by retina on 2020-12-29 at
05:10
retina
View Public Profile
Find More Posts by retina