I understand that both expresions represent the same sequence of numbers. It starts at $a_{0}=2$ and oscilate around 1 converging to it from up and down.
I have been playing around with the explicit form and I understand how to pass from $\left \{ (-1/2)^n) \right \}^{+\infty}_{n=1}$ to $a_{n}=a_{n-1}(-1/2)^n, a_{0}=1$ that is the same sequence but shifted 1 unit up.
So, it seems that adding one unit to the sequence makes things more complicated when expresing it in recursive form.
My question is, what is the path of thought that someone can use to go from the explicit form $\left \{ 1+(-1/2)^n) \right \}^{+\infty}_{n=1}$ to reach the recursive form $a_{n+2}=1/2(a_{n+1}+a_{n}) , a_{0} = 2 , a_{1}=1/2$?
I´m looking for a way to understand why adding 1 to the sequence $\left \{ (-1/2)^n) \right \}^{+\infty}_{n=1}$ generates the need to express the recursive form of the nth term in function of n-1 and n-2, in order to be able to recognize that need when analyzing similar sequences.