Given a sequence $s_k=s_{k-1}+6k$, where $s_0=7$.
Question: First, find the closed formula for the $n$-th component of this sequence by hand and then prove that your formula is correct
My attempt: I found the first couple of terms of the sequence to be $s_0=7$, $s_1=13$, $s_2=25$, $s_3=43$, $s_4=67$ and $s_5=97$.
I found the formula for the $n$-th term to be $s_n=3n^2+3n+7$.
Proof: Base case $s_0=7$ therefore $7=3\cdot(0)^2+3\cdot(0)+7$ so the formula works for the $s_0$ element.
I'm not sure how to proceed from here but I believe the proof should be a proof by Strong Induction. Any help will be greatly appreciated.
It seems to me that induction is not needed here. Fix $k\in\Bbb N.$ A direct computation shows that $s_k-s_{k-1}=6k$ and $s_0=7.$ However, there is another problem: both induction, and my method show that if $s_k=3k^2+3k+7$, then $s_{k}=s_{k-1}+6k$. In fact, whe should prove the converse: if $s_{k}=s_{k-1}+6k$ and $s_0=7$, then $s_k=3k^2+3k+7$. I will look for some reasoning going in this direction.
Let $s_0=7$ and $s_{k}=s_{k-1}+6k.$ Define $t_k=s_k-3k^2-3k-7.$ Then $t_0=0$. It is easy to prove (by direct computation) that $t_k=t_{k-1}$, so $(t_k)$ is a constant (in fact, zero) sequence. Then $s_k=3k^2+3k+7.$