0

In how many ways I can distribute $n$ objects in $t$ boxes, $x_i$ objects in each box, such that $\sum_i x_{i}=n$ and $x_{i}\neq x_{j}$?

I've taken the case of 5 objects with 2 boxes. Firstly, I filled both boxes with the same elements (1,1) or (2,2) then I filled the remaining ones as (0,3) and (0,1) respectively so that the cases are (1,4) and (2,3) but I am not able to generalize the condition.

0 Answers0