Hi
Is there a relatively easy way to calculate the number of partitions of a number given the maximum term and the count of terms?
A couple of examples:
25 has four partitions with five terms where each term is unique and the largest term is 8
{8,6,5,4,2}
{8,7,5,3,2}
{8,7,5,4,1}
{8,7,6,3,1}...