0

I'm trying to figure out how to prove that $$\sum_{k=1}^n k^2 {n\choose k} = n(n+1)2^{n-2}$$ I suspect that it has to do with using $$2^{n-2} = \sum_{k=1}^{n-1} {n-2 \choose k-1}$$ But I'm really not sure. Any help would be appreciated, thanks!

Sil
  • 16,612

1 Answers1

2

HINT

We have that

$$(1+x)^n=\sum_{k=0}^n x^k\binom{n}{k}$$

then derive twice and set a convenient value for $x$.

user
  • 154,566