Let $y_k=\dfrac{16}{3}y_{k-1}-\dfrac{5}{3}y_{k-2}$
with $y_0=1$ and $y_1=\dfrac{1}{2}$ for $k \geq 2, k \in \mathbb{N}$.
To find the solution $\lbrace y_k \rbrace_{k \in \mathbb{N_0}}$ I used:
Firstly, I computed it for $k=2$:
$y_2=\dfrac{16}{3}\dfrac{1}{2}-\dfrac{5}{3}1=1$
What has to be done next? Induction isn't helpful here.
I don't see how can it be found for $\lbrace y_k \rbrace_{k \in \mathbb{N_0}}$.