min_waring_number
Calculate the minimum number of k-th powers required to sum to a given integer n, solving additive number theory problems.
Instructions
Find minimum number of k-th powers needed to represent n. (Domain: arithmetic, Category: additive_number_theory)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes | ||
| k | Yes |