DivisorsSum Command

DivisorsSum( <Number> )

Calculates the sum of all the positive divisors, including the number itself.

DivisorsSum(15) yields 24, the sum 1 + 3 + 5 + 15.

CAS Syntax

DivisorsSum( <Number> )

Calculates the sum of all the positive divisors, including the number itself.

DivisorsSum(15) yields 24, the sum 1 + 3 + 5 + 15.