I am new to the field of combinatorics and I recently came across a problem where it was asked to find the number of integer solutions to ${c_1 + c_2 + c_3 + c_4=20 }$ where ${c_i\ge 0}$ for all ${1\le i\le4}$ with ${c_2}$ and ${c_3}$ being even integers.
Using the generating function, we know that the solution would be the coefficient of ${x^{20}}$ in the expansion of ${(1 +x+x^2+x^3+...)^2*(1+x^2+x^4+x^6+...)^2}$ which is equivalent to: ${(1-x)^{-2}*(1-x^2)^{-2}}$
Now, we know that the first part could be solved by computing:${(-1)^{20}\dbinom{-2}{20} = \dbinom{2+20-1}{20}=21}$
Since we know that: ${(1+x^m)^n = \dbinom{n}{0} + \dbinom{n}{1}x^m + \dbinom{n}{2}x^{2m}+...+\dbinom{n}{n}x^{nm}}$
Would it be correct to assume that the coefficient of ${x^{20}}$ in ${{(1-x^2)^{-2}}}$ would be: ${\dbinom{-2}{10}}$
Would it be correct to assume that the coefficient of ${x^{20}}$ in ${{(1-x^2)^{-2}}}$ would be: ${\dbinom{-2}{10}}$
– O.A. Oct 10 '15 at 03:07