PartitionsQ
PartitionsQ(n)
gives the number of partitions of the integer
n
into distinct parts
See
Examples
>> PartitionsQ(50)3658
>> PartitionsQ(6)4
Implementation status
- ✅ - full supported
PartitionsQ(n)
gives the number of partitions of the integer
n
into distinct parts
See
>> PartitionsQ(50)3658
>> PartitionsQ(6)4