I need to pove that:
$$0^2{{n}\choose{0}} + 1^2{{n}\choose{1}} + 2^2 {{n}\choose{2}} + ... +n^2{{n}\choose{n}} = n (1+n)* 2^{n-2}, n \in \mathbb{N} \setminus \{0\}$$
I think that the left hand side looks like binominal theorem. The problem is that in that case the sequence: $$0^2+1^2+2^2+...n^2$$ would be therefore equal to the multiplication of growing powers on one element and decreasing powers of other element. That is impossible since powers are constant and equal.
And I can't do my induction proof without any transformation of that expression since adding $1$ to $n$ would make that structure in its current form irregular - I wouldn't be able to extract the seqence that is my thesis.
Therefore I don't know how to transform that expression so that it can be proven by induction (as I assume).