DivisorSigma
DivisorSigma(k, n)
returns the sum of the
k
-th powers of the divisors ofn
.
See:
Examples
>> DivisorSigma(0,12)6
>> DivisorSigma(1,12)28
Implementation status
- ☑ - partially implemented
DivisorSigma(k, n)
returns the sum of the
k
-th powers of the divisors ofn
.
See:
>> DivisorSigma(0,12)6
>> DivisorSigma(1,12)28