I want to find the coefficient of $x^{10}$ in the expansion:
$(1 + x + x^2 + ... + x^{10})(1+x^2 + x^4 + ... + x^{10})(1+ x^5 + x^{10})$
I deduced this problem to:
$\sum\limits_{i=0}^{10}\sum\limits_{j=0}^{5}\sum\limits_{k=0}^{2}x^{i + 2j + 5k}$
So I have to find the solutions to:
$i + 2j + 5k = 10$ where $i,j,k$ are integers. How do I do this other than guessing solutions? Or is there another way to deduce the coefficient of $x^{10}$ in this problem?