restricted_partitions
Count integer partitions with a maximum part size constraint. Input an integer and maximum part value to calculate restricted partition counts for mathematical analysis.
Instructions
Count restricted partitions where largest part is at most max_part. (Domain: arithmetic, Category: partitions)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes | ||
| max_part | Yes |