Having trouble with this problem:
$$ x_1+x_2+x_3+x_4+x_5+x_6 = 13 $$ $$ x\ne 3 $$
Thanks in advance for any further help.
Being able to get to this point: $$\begin{split} f(x) &= (x^0+x^1+x^2+x^4+x^5+\cdots)^6\\ &= [(-x^3)+{x^0+x^1+x^2+(x^3)+x^4+x^5+\cdots}]^6\\ &= \left[{(-x^3)} + \frac{1}{(1-x)}\right]^6\\ &=\left[ \frac{-x^3(1-x)+1}{(1-x)}\right]^6\\ &=\left[\frac {x^4-x^3+1}{1}\cdot\frac {1}{1-x}\right]^6\\ &=(x^4-x^3+1)^6 \frac {1}{(1-x)^6}\\ \end{split}$$
Now if I long divide $(x^4-x^3+1)$ with $(1-x)$ I get $[(-x^3 + \frac {1}{1-x}) (1-x)]^6 $ thus: $$\begin{split} f(x)&=\left(\frac {1}{1-x} -x^3\right)^6 \frac {(1-x)^6}{(1-x)^6}\\ &=\left(\frac {1}{1-x} -x^3\right)^6\\ \end{split}$$
That's where I get stuck, honestly.
It seems the coefficient needs to be manually extracted. Using the coefficient of operator $[x^k]$ to denote the coefficient of $x^k$ we obtain
Comment:
In (1) we apply the rule $[x^{p-q}]A(x)=[x^p]x^qA(x)$.
In (2) we select the coefficient $[x^k]$ from the binomial series expansion $[x^k](1-x)^{-\alpha}=[x^k]\sum_{n=0}^{\infty}\binom{-\alpha}{n}=\binom{-\alpha}{k}(-1)^k$.
In (3) we use the binomial identity $\binom{-p}{q}(-1)^q=\binom{p+q-1}{p-1}$.