I am trying to use the stars and bars technique to calculate the number of ways 3 dice rolls can add up to 16. To my understanding, this can rephrased as:
$$x + y + z = 16 | x,y,z \in \mathbb{Z}^+ \land x,y,z \leq 6$$
I am not anywhere close to being a mathematician, so simple solutions are much appreciated. My main motivation to the question, is that I am trying to see if there is a cooler way to do it rather than count by hand, and stars and bars came to my mind as a potential solution. However, other simple solutions are also welcome.