$$a_n= \sum_{i=0}^5 (n+i)^2$$
I have to prove by induction that for every natural $n$ (including $0$ in this case) that if you divide $a_n$ by $12$ you will always get a remainder of $7$. so i proved the base case which was n=0
Then I started my induction step which was to take $a_n+1 - a_n$ (i got help there because i don't understand why to subtract for my induction step)
It all equals $(n+6)^2-n^2 = 12n+36 = 12(n+3)$
so my problem is that i have to show that this will give me a remainder of $7$ when divided $12$ but it won't because its all a multiple of $12$. So where did i go wrong??
You have proved that $a_0=7|12$
Now assume that $a_n=7|12$
Now Once you have proved that $a_{n+1}-a_n=0|12$ you get $$a_{n+1}=a_n|12=7|12$$
There you induction step goes.
Now do you understand why we did $a_{\color{red}{n+1}}-a_{\color{red}{n}} ?$