Thursday, July 16, 2020

Perfect Numbers

Perfect numbers

Any positive integer that is equal to the sum of its distinct proper factors (factors other than the number itself).
Example: 6 (proper factors: 1,2,3) is a Perfect number because 1+2+3=6.
Example: 28 (proper factors: 1,2,4,7,14) is also a Perfect number, because 1+2+4+7+14=28.
Euclid proved that 2n-1(2n-1) is an even perfect number when 2n-1 is a Mersenne prime. These are now called Euclid numbers and Euler proved that all even Perfect numbers are of this form for some positive prime number n. Thus, 6, 28, 496 are Perfect and correspond to values of 3, 7, and 31 for 2n-1 in the formula.
This table shows the results for n=1 to 13 which include the first five Perfect numbers:
n2n-12n-1(2n-1)Perfect?Comment
111Non is not prime
236Yesn is prime, 2n-1 is prime
3728Yesn is prime, 2n-1 is prime
415120Non is not prime
531496Yesn is prime, 2n-1 is prime
6632016Non is not prime
71278128Yesn is prime, 2n-1 is prime
8 to 10......Nonot prime
1120472096128Non is prime, but 2n-1 is not prime
1240958386560Non is not prime
13819133550336Yesn is prime, 2n-1 is prime
Whether there are infinitely many even Perfect numbers or any odd perfect numbers remain unsolved questions.

No comments:

Post a Comment