Distribution of objects into equally-sized groups

400 Views Asked by At

How many ways are there to distribute n distinct objects among g identical groups, where n mod g = 0 if all groups must contain the same number of objects?

The order of the objects inside their groups doesn't matter as well as the order of the groups itself doesn't matter.