partitions_into_k_parts
Count the number of ways to partition an integer n into at most k parts. This mathematical tool calculates partition counts for combinatorial problems.
Instructions
Count partitions of n into at most k parts. (Domain: arithmetic, Category: partitions)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes | ||
| k | Yes |