Sum of Divisors Calculator

    Calculate the sum of all positive divisors, proper divisor sum, divisor count, prime factorization, and perfect/abundant/deficient classification.

    Sum of all divisors and proper divisors

    The English intent for sum of divisors overlaps factor calculators and the sigma function. Users need the sum of all positive divisors first, then the proper divisor sum and classification.

    The sigma function adds every positive divisor of n.

    1. Enter a positive integer up to 10,000,000.
    2. Read the sum of all divisors and the proper divisor sum.
    3. Use the classification to identify perfect, abundant, deficient, prime, and one cases.

    Classification by proper divisor sum

    NumberSum of all divisorsProper divisor sumClass
    6126perfect
    122816abundant
    13141prime / deficient
    285628perfect
    The calculator is bounded to 10,000,000 and does not attempt arbitrary-precision factorization.

    Frequently Asked Questions

    Sources and References

    Calculations are based on the listed reference sources. Links open in a new tab.

    Updated:

    Related Tools