Last active
November 16, 2024 22:10
-
-
Save Hermann-SW/f44c3500b8db158eb87ae8c2fd010e21 to your computer and use it in GitHub Desktop.
Mersenne prime exponents (52 sofar)
This file contains hidden or 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
{mpe=[ | |
2, | |
3, | |
5, | |
7, | |
13, | |
17, | |
19, | |
31, | |
61, | |
89, | |
107, | |
127, | |
521, | |
607, | |
1279, | |
2203, | |
2281, | |
3217, | |
4253, | |
4423, | |
9689, | |
9941, | |
11213, | |
19937, | |
21701, | |
23209, | |
44497, | |
86243, | |
110503, | |
132049, | |
216091, | |
756839, | |
859433, | |
1257787, | |
1398269, | |
2976221, | |
3021377, | |
6972593, | |
13466917, | |
20996011, | |
24036583, | |
25964951, | |
30402457, | |
32582657, | |
37156667, | |
42643801, | |
43112609, | |
57885161, | |
74207281, | |
77232917, | |
82589933, | |
136279841 | |
]} |
This file contains hidden or 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
2 | |
3 | |
5 | |
7 | |
13 | |
17 | |
19 | |
31 | |
61 | |
89 | |
107 | |
127 | |
521 | |
607 | |
1279 | |
2203 | |
2281 | |
3217 | |
4253 | |
4423 | |
9689 | |
9941 | |
11213 | |
19937 | |
21701 | |
23209 | |
44497 | |
86243 | |
110503 | |
132049 | |
216091 | |
756839 | |
859433 | |
1257787 | |
1398269 | |
2976221 | |
3021377 | |
6972593 | |
13466917 | |
20996011 | |
24036583 | |
25964951 | |
30402457 | |
32582657 | |
37156667 | |
42643801 | |
43112609 | |
57885161 | |
74207281 | |
77232917 | |
82589933 | |
136279841 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Computing binary length of 52 perfect numbers takes 4 seconds in total: