Factor-perfect numbers: Difference between revisions

Content added Content deleted
m (formatting)
Line 28: Line 28:


where a is a list of the factors of n, including n, but excluding 1.
where a is a list of the factors of n, including n, but excluding 1.

<br />


* Write a program to calculate and show the first 7 numbers of the factor-perfect numbers.
* Write a program to calculate and show the first 7 numbers of the factor-perfect numbers.