solve $$\sum_{k=0}^a\binom{2a}{k}k$$
I solved $S=\sum_{k=0}^a\binom{2a}{k}$ using $\binom{2a}{k}=\binom{2a}{2a-k}$
and got $S=\frac{4^a+\binom{2a}{a}}{2}$
but this idea doesn't work with $$\sum_{k=0}^a\binom{2a}{k}k$$
is there any Hints or solution for it ?