Please see edit at the bottom of this post.
I need some help. I do not really understand what I am supposed to do. Does it suffice to list some of the numbers produced by the recursive formulas and compare them?
Show that the number sequence that are defined by the recursive formula $$a_n = 2a_{n-1}-1, n = 1,2,...$$ when $a_0 = 2$ is the same number sequence that are defined by $$a_n = 2^n + 1, n=0,1,... $$
How do I show $a_0$ when $a_n =2a_{n-1}-1, n = 1,2,...$?
I tried $a_0 = 2a_{0-1}-1 = 2a_{-1}-1$ and used that $a_1 = 2^{-1} + 1$ to get $a_0 = 2(2^{-1}+1)-1 = 2^0 + 2 - 1 = 2$. This cannot be allowed due to the fact that I used $n=0$ when it say that $n=1,2,...$
I would be really grateful if someone could help me. Thanks.
Edit: Am I allowed to rewrite the question like the following:
Given that $a_{n+1} = 2a_{(n+1)-1} -1 = 2a_{n} - 1$ and $a_{0} = 2$ then $a_{n} = 2^{n}+1$? Because that looks very similar to the induction exercises I have already done?
Rewrite second sequence as:
$a_n=2(2^{n-1}+1)-1=2a_{n-1}-1$
and check if first terms are equal (they are).