Find the coefficient of $x^{24}$ in the equation ${\left( {1 - x} \right)^{ - 1}}.{\left( {1 - {x^2}} \right)^{ - 1}}.{\left( {1 - {x^3}} \right)^{ - 1}}$
My approach is as follow
The equation used is ${\left( {1 - x} \right)^{ - n}} = \sum\limits_{r = 0}^\infty {{}^{n + r - 1}{C_r}{x^r}} $
Then after expanding I get the following ${\left( {1 - x} \right)^{ - 3}}.{\left( {1 + x} \right)^{ - 1}}.{\left( {1 + x + {x^2}} \right)^{ - 1}}$
As ${\left( {1 - x} \right)^{ - 3}}$ is defined by the above formula I can expand it, but how I will do the expansion for other terms. Any other shortcut method.
If you think about the product as $$\frac{1}{(1-x)(1-x^2)(1-x^3)} = (1+x+x^2+\cdots)(1+x^2+x^4+\cdots)(1+x^3+x^6+\cdots),$$ it becomes clear that the coefficient of $x^{24}$ is given by the number of ways to choose nonnegative integers $a,b,c$ such that $a + 2b + 3c = 24.$ Fortunately, these are not too difficult to enumerate since $24$ is small. The best way to proceed is to first choose $c$; i.e., for each $c \in \{0, 1, 2, \ldots, 8\}$, solve $$a + 2b = 24 - 3c = 3(8-c).$$ This in turn requires $$a = 3(8-c) - 2b \ge 0,$$ so $b \in \{0, 1, \ldots, 12 - \lceil \tfrac{3}{2}c \rceil\}$. So that means there are $$\sum_{c=0}^8 12 - \left\lceil \frac{3}{2} c \right\rceil + 1 = 13(9) - (0 + 2 + 3 + 5 + 6 + 8 + 9 + 11 + 12) = 61$$ such solutions, and this is the desired coefficient.