distinct_partitions
Calculate the number of ways to partition an integer into distinct parts without repeated values. This mathematical tool helps solve combinatorial problems involving unique integer partitions.
Instructions
Count partitions of n into distinct parts (no repeated values). (Domain: arithmetic, Category: partitions)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes |