Let:
$$\sum\limits_{k = 0}^n {k\left( {\matrix{
n \cr
k \cr
} } \right)} \cdot {4^{k - 1}} \cdot {3^{n - k}}$$
Find a closed formula (without summation). I think I should define this as a "series" which generated by $F(x)$. I don't really have a lead here.
Any ideas? Thanks.
According to the binomial theorem, we have $$ (x+y)^n=\sum_{k=0}^n\binom{n}{k} x^k y^{n-k}.\tag1 $$ Differentiating $(1)$ with respect to $x$ yields $$ n(x+y)^{n-1}=\sum_{k=0}^n \binom{n}{k} k\ x^{k-1} y^{n-k},\tag2 $$ then pluging in $x=4$ and $y=3$ to $(2)$.