An equilateral triangle of side $n$ is divided into $n^2$ equilateral triangles of side $1$ such that each side of the congruent triangles is parallel to the original triangle. Find the number of parallelograms that can be formed by the segments.
The answer to this problem is $3 \binom{n+2}{4}$. I have a different solution than the intended one and arrived at the following sum: $$3\sum_{b=0}^{n-1}b\binom{n+1-b}{2}$$
Wolfram Alpha verifies that it is equal to $3\binom{n+2}{4}$, however I can't prove it. I tried pairing the terms, applying some identities, but failed.
I'll show bijectively that $$\sum_{b = 0}^{n-1} b \cdot \binom{n-1-b}{2} = \binom{n}{4}\,.$$
The right-hand side is clearly the number of ways to choose a subset of $4$ elements from $[n] = \{1,2,\ldots, n\}$. We can choose this by
This gives the formula for the left-hand side.