Find the number of ways to put n objects in m bins (n=sum(kᵢ)).
Rest
objects per bin (kᵢ)
n!/(k₁!k₂!...) | n=sum(kᵢ)
Generated using TypeDoc
Find the number of ways to put n objects in m bins (n=sum(kᵢ)).