Given this sequence, find its 10th term and its exact limit.
$$\frac{1}{2},\frac{5}{3},\frac{11}{8},\frac{27}{19},...$$
I've been stuck in this question forever. I can't find any relation between them. The answer for the 10th term is $\frac{5333}{3771}$
Hint.
Notice the following pattern:
$$\begin{cases} a_{n+1} = b_n+b_{n+1} \\ b_{n+1} = a_n+b_n\end{cases}$$
if you denote by $$\frac{a_n}{b_n}$$ the $n$-th term of your sequence.
Now you can find a way to write your sequence in a non-recursive way in order to compute any term, and to find the limit.