DivisorSigma¶ Returns the sum of the k-th powers of divisors. $ wo 'DivisorSigma[0, 12]' 6 $ wo 'DivisorSigma[1, 12]' 28 $ wo 'DivisorSigma[1, 6]' 12