Understanding Proper Divisor Sums
A proper divisor is a positive factor of a whole number, excluding the number itself. For example, 12 has proper divisors 1, 2, 3, 4, and 6. Their sum is 16. This value is also called the aliquot sum. It helps classify numbers and study many patterns in elementary number theory.
Why This Calculator Helps
Manual divisor checking becomes slow when numbers grow. This calculator uses factorization and the divisor sum formula, so it avoids testing every possible divisor in most cases. It also shows the factorization, divisor count, proper divisor list, and number type. You can compare a single number, a custom list, or a small range. That makes it useful for lessons, assignments, and quick audits.
Number Types Explained
A number is perfect when the sum of its proper divisors equals the number. The number 28 is perfect because 1, 2, 4, 7, and 14 total 28. A number is deficient when the sum is smaller. Prime numbers are always deficient, because their only proper divisor is 1. A number is abundant when the sum is larger, such as 12. These classes help reveal structure inside integers.
Formula Based Method
The calculator factors the number into prime powers. For each prime power, it calculates the geometric divisor sum. It then multiplies those partial sums to get the sum of all positive divisors. Finally, it subtracts the original number. The result is the sum of proper divisors. This method is faster and cleaner than listing every factor first.
Practical Uses
Proper divisor sums appear in perfect number studies, amicable pair searches, abundant number checks, and classroom factor exercises. They also help students connect prime factorization with divisor behavior. Export buttons let you save results as records. The example table gives starter cases for checking your work. Always enter positive integers. Very large inputs may still need time, because factorization gets harder as values increase.
Tips for Better Results
Use range mode for comparisons. Use list mode when values are unrelated. Keep commas between list entries. Review the divisor list when learning, but trust the formula summary for bigger values. The classification note is helpful when checking perfect, abundant, deficient, prime, or square numbers during practice.