sympy_divisor_sigma
Compute the divisor function sigma_k(n), returning the sum of the k-th powers of the divisors of n.
Instructions
Divisor function.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | Yes | ||
| n | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |