$$\sum_{k=1}^{n}{k^2}\cdot\dbinom{n}{k} = n(n+1)2^{n-2}$$
Attempt: I have re-written in it as follows: $$\sum_{k=1}^{n}\dbinom{k}{1}\dbinom{k}{1}\dbinom{n}{k} = \dbinom{n}{1}\dbinom{n+1}{1} 2^{n-2}$$
the LHS seems like a case where a committee of k people is to be formed from n people. We choose a president in k ways. Then, we choose a secretary in k ways again. Which means that the president could be chosen as a secretary as well? (probably not the best example). How can I use the RHS to show the same thing?