| Line 65: |
Line 65: |
| | | class="sshl_f" | 10 | | | class="sshl_f" | 10 |
| | |} | | |} |
| | + | |
| | + | ==Proper Divisor== |
| | + | *The proper divisors of a positive integer N are those numbers, other than N itself, that divide N without remainder. |
| | + | *For N > 1 they will always include 1, but for N = 1 there are no proper divisors. |
| | + | *The proper divisors of 6 are 1, 2, and 3. |
| | + | *PROPERDIVISORS(10) = 1 2 5 |
| | + | *ALIQUOTDIVISORS(15) = 1 3 5 |
| | | | |
| | ==Examples== | | ==Examples== |