The question ask us to guess an explicit formula for the sequence
$$s_k = s_{k-1} + 2k ,$$ for all integers $k$ greater than or equal to one and $s_0 = 3$
Can someone help me with this? Because I don't really understand how to do this. Any help will be appreciated.
Rearrange to get:
$$s_k - s_{k - 1} = 2k$$
If we do a summation on both sides, a humongous amount of cancellation occurs on the LHS:
$$\sum_{i = 1}^{k} (s_i - s_{i - 1}) = \sum_{i = 1}^k 2i$$ $$s_k - s_0 = 2\sum_{i = 1}^ki$$
The RHS is easy to evaluate. Now just shift $s_0$ over to get $s_k$.