My question is the following. Calculate the value of:
$$\sum_{u=0}^{22} u(u-1) \binom {22}u$$
I am not too sure I'm allowed to perform each of these steps, but what I thought was the following:
$$\sum_{u=0}^n \binom nu = 2^n.$$
$$2^{22}\sum_{u=0}^{22} u(u-1)$$
$$2^{22}\sum_{u=0}^{22} (u^2-u)$$
$$2^{22}\sum_{u=0}^{22} u^2- 2^{22}\sum_{k=0}^{22}u$$
My thought is to use the following equations afterwards. However, I don't get the correct answer.
$$\sum_{k=0}^{n} k^2 = n(n+1)(2n+1)/6$$
$$\sum_{k=0}^{n} k = n(n+1)/2$$
It is enough to give a combinatorial interpretation to $$ 2\sum_{u=0}^{22}\binom{22}{u}\binom{u}{2}=2\sum_{u=2}^{22}\binom{22}{u}\binom{u}{2}. $$ Assume to have $22$ people, and to graduate some ($\geq 2$) of them, then to want to select $2$ graduated people and to give them a laude (is there a specific English translation of the expression magna cum laude for denoting an excellent outcome?). The number of ways this can be done is $\sum_{u=2}^{22}\binom{22}{u}\binom{u}{2}$. On the other hand you may select the excellent students first, then the other people to graduate. This leads to $$ \sum_{u=2}^{22}\binom{22}{u}\binom{u}{2} = \binom{22}{2} 2^{20},\qquad \sum_{u=0}^{22}u(u-1)\binom{22}{u} = 22\cdot 21\cdot 2^{20}. $$