Okay so I have $n$ black ball and $m$ white balls. How many bracelets can I make using all the balls? At first I thought there are $(n+m-1)!$ if all the balls were different. So we can divide into groups of $n!\cdot m!$ that look the same if you permute the black balls between them and also for the white balls.
However if I had $6$ white balls and $2$ black this would yield $3.5$ so clearly this can't be correct. How can I count this?
Is there a generalized version form for $k$ colors?