I recently discovered an equation that can represent cubes:
$$N + 6\sum_{n = 1}^N \frac{n(n-1)}{2} = N^3$$
I don't know how to prove it but it is accurate for all values of $N$ that I try. So my questions are:
Is it accurate?
If yes, then
Has it been identified before?
How could it be used in mathematics?
$N + 6\sum_{n = 1}^N \frac{n(n-1)}{2}$
$N + 3\sum_{n = 1}^N {n(n-1)} $
$N+3\sum_{n = 1}^N n^2-n=N+3\bigg(\frac{(N)(N+1)(2N+1)}{6}-\frac{(N)(N+1)}{2}\bigg)$
$N+3\sum_{n = 1}^N n^2-n=N+\bigg(\frac{(N)(N+1)(2N+1)}{2}-\frac{3(N)(N+1)}{2}\bigg)$
$N+3\sum_{n = 1}^N n^2-n=N+\bigg(\frac{(N)(N+1)(2N-2)}{2}\bigg)$
$N+3\sum_{n = 1}^N n^2-n=N+\bigg(N(N+1)(N-1)\bigg)$
$N+3\sum_{n = 1}^N n^2-n=N(1+N^2-1)=N^3$
$\text{Hence Proved}$