I'm trying to show the equality below using a combinatorial argument. For the left hand side; suppose there are n lands to build houses that can hold 3 families at once. First it counts the ways of building houses with n choose k in summation and then for each case of houses it puts 3 family inside those k houses. If I algebraically change right hand side getting a slightly longer equation, I can show that they are counting the same thing. However, I should be able to do so without changing the right hand side with algebraic manipulations. Can someone help me find the story of the right hand side?
$$\sum_{k=1}^{n} k^3{n \choose k}=n^2(n+3)2^{(n-3)}$$
I think of this expression probabilistically.Let's define a Random variable $X$,which counts the number of heads obtained when an unbiased Coin is thrown n times in a succession independently.So $\mathbb{P}(X=k)=\binom{n}{k}(\frac{1}{2})^n$.So if you multiply the LHS by $(\frac{1}{2})^{n}$ it becomes $\mathbb{E}(X^{3})$.And we know that $\mathbb{E}(X^{3})=\frac{n^{2}(n+3)}{8}$.Then you get the desired RHS.