As it is written your proposition is not true.
The left side is clearly an integer, while for $b=2$ the right side produces a fraction. There is no factor divisible by $3$ in the numerator.
However, when you have it sorted out what proposition you are actually trying to prove...
Take care of the base case.
Assume:
$\sum_\limits{a = 1}^{b} a(b-a) = f(b)$
Show.
$\sum_\limits{a = 1}^{b+1} a(b+1-a) = f(b+1)\\
\sum_\limits{a = 1}^{b+1} a(b+1-a) = \sum_\limits{a = 1}^{b} a(b+1-a)$
Because the last term in the series on the $LHS = 0.$
$\sum_\limits{a = 1}^{b} a(b+1-a)\\
\sum_\limits{a = 1}^{b} (a(b-a) + a)\\
f(b) + \sum_\limits{a = 1}^{b} a$
By the inductive hypothesis.
You have probably already proven that $\sum_\limits{a = 1}^{b} a = \frac 12 b(b+1)$
And then you will need to do just a little algebra to show that:
$f(b) + \frac 12 b(b+1) = f(b+1)$