Question: Consider the sequence defined as
$a_1 = 2$
and
$a_k = a_{k-1}+2k-1$
for all positive integer
$ k \geq 2$
. Show that
$a_n = 1+\sum(2i-1, i = 1 .. n)$
.
Hint: Start with
$\sum(2i-1, i = 1 .. n)$
and use the recursive definition of the sequence.
Answer: I am unsure where to start on to show the proof. I can't find an example. I know the equation is $n^2+1$, I need to use the recursive definition. Any help would work. Thanks!