Let's consider rolling a fair dice (d6) three times (3d6) and summing up their number of points. Therefore, you have a minimum sum of 3 and a maximum of 18. For both, the amount of permutations with repetition equals 1 ({1,1,1} {6,6,6}). For a sum of 4, one has 3 permutations {1,1,2} {1,2,1} {2,1,1}. I was wondering if there is any way to calculate this using a formular. Especially, this gets interesting when combining multiple non-cubic dices, increasing the complexity. Basic combinatoric formulars seem to not appeal to this problem. I also thought about using the normal distribution, however this set of data is discreet. Binomial distribution also does not work here, as we consider 6 pathways at each knot.
Thank you very much in advance. :)