A sequence, $ ( a_n ) _ { n \in \mathbb{N}} $, is constructed by selecting a value of $ a_0$, and then successively forming the following elements from the equation.
$$ a_n = 2- \frac12 a_ { n- 1} $$
for all $ n \geq 1$. This sequence generates the power series
$$ \sum_{n=0}^{\infty}a_nx^n. $$
Select $ a_0 = \frac43 $. Show by induction that then the sequence $(a_n)_{n \in \mathbb{N}}$ is constant.
How can this be showed with induction? What will be the basis and the inductive step?
The power series is irrelavant here. Just assume $a_{n-1}=\frac 43$ and compute $a_n$.