Factors of a Mersenne number: Difference between revisions

m
Formatting.
m ('''See also:''' [https://www.youtube.com/watch?v=SNwvJ7psoow Computers in 1948: 2¹²⁷-1])
m (Formatting.)
Line 16:
These primality tests only work on Mersenne numbers where P is prime. For example, M<sub>4</sub>=15 yields no factors using these techniques, but factors into 3 and 5, neither of which fit 2kP+1.
 
;Task:
'''Task:''' Using the above method find a factor of 2<sup>929</sup>-1 (aka M929)
 
;See also:
'''See also:'''* [https://www.youtube.com/watch?v=SNwvJ7psoow Computers in 1948: 2¹²⁷-1]<br>
 
=={{header|Ada}}==
Anonymous user