How do I sum the following series...
$$ \sum_{r = 0}^{40}{r\binom{40}{r}\binom{30}{r}}$$ When I expanded, I noticed, it turns out to be...
$$0\times\binom{40}{0}\binom{30}{0}+1\times\binom{40}{1}\binom{30}{1}+2\times\binom{40}{2}\binom{30}{2}+3\times\binom{40}{3}\binom{30}{3}+....$$and so on.
So I think that the approach can be to differentiate $$(x+1)^n $$ and its expansion so that the powers of the $x,x^2,x^3,...$ terms get multiplied in front as $1,2,3,4....$, but I can't figure out the approach for two different combinations multiplied together.
Also, for $r>30$, the $\binom{30}{r}$ terms become undefined right? So how do I handle those?
For $r>0,$ $$r\binom{40}r=40\binom{39}{r-1}$$
Now consider $$(1+x)^{39}\left(1+\dfrac1x\right)^{30}=\dfrac{(1+x)^{69}}{x^{30}}$$
Compare the coefficients of $x^{39-(r-1)-(30-r)}$