- #1
Ilikebugs
- 94
- 0
View attachment 6518 Is there a better way than guess and check?
Ilikebugs said:Is there a better way than guess and check?
Ilikebugs said:2,4,7 and 8
Ilikebugs said:2^21609d-1 has a unit digit of 7 so 2^21609d has a unit digit of 8. thus 21609d is of the form 4n+3. Thus d is either 1 5 or 9 but if its 5 or 9 it would be divisible by 5 or 3. Thus d is 1
A Mersenne prime is a prime number that is one less than a power of two. In other words, it can be written in the form 2n - 1, where n is a positive integer.
Mersenne primes have been used in various applications in mathematics and computer science, such as in the construction of efficient error-correcting codes and in the study of perfect numbers. They are also important in the field of cryptography.
Mersenne primes are found through a process called the Lucas-Lehmer test. This involves performing a series of calculations on a specific type of number known as a Mersenne number, until a specific condition is met. If the condition is met, then the corresponding Mersenne number is a Mersenne prime.
As of 2021, 51 Mersenne primes are known. The largest known Mersenne prime has over 24 million digits and was discovered in 2018.
Mersenne primes are important because they are relatively easy to identify and test for primality compared to other types of prime numbers. They also have many interesting properties and can provide insights into the distribution and behavior of prime numbers.