Skip to content

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

Github