Is there a quick method to determine what powers come out after polynomial multiplication? Specifically, I'm working with raising a polynomial by an integral power, so the binomial/multinomial theorem would be useful (though I have no idea how to use it).
For example, expanding out $(x+x^2+x^5)^3$ gives me: $$=x^{15}+3x^{12}+3x^{11}+3x^9+6x^8+3x^7+x^6+3x^5+3x^4+x^3$$
Is there a quick way to know what powers come out (i.e. $15,12,11,\cdots$) just using the given powers of the unexpanded polynomial.