The sequence continues infinitely, why do the equations below work?
$$1+2=3$$ $$4+5+6=7+8$$ $$9+10+11+12=13+14+15$$
So I've been trying to observe some patterns but none seem to help me.
So I decided to expand this a bit more:
$$1+2=3$$ $$4+5+6=7+8$$ $$9+10+11+12=13+14+15$$ $$16+17+18+19+20=21+22+23+24$$ $$25+26+27+28+29+30=31+32+33+34+35$$
Does anyone want to offer any hints? I'm trying to figure out why they work
What's happening can be discovered by a scan, so I am hesitant to introduce symbols. But here goes. We want to show that $$\small n^2+(n^2+1)+(n^2+2)+\cdots +(n^2+n)=(n^2+n+1)+(n^2+n+2)+\cdots +(n^2+2n).\tag{1}$$ This can be done by using the usual formula for the sum of an arithmetic progression.
Maybe simpler is to note that the first term on the right of (1) is $n$ more than the second term on the left of (1). And the second term on the right of (1) is $n$ more than the third term on the left of (1), and so on.
So the sum of the $n$ terms on the right of (1) is $n^2$ more than the sum of the last $n$ terms on the left of (1). But the first term on the left of (1) is $n^2$. This completes the proof.