Hello I'm studying some problems on computer science in which arises the following recurrence sequences:
$$x_{n+1} = \frac{1}{k + x_{n}}$$ $$x_{n+1} = \frac{1}{1/n + x_{n}}$$
$x_{0} = \epsilon >0$ for both and $k>0$.
What do you think about convergence on both?