Prove that $x_n$ converges and find the limit. Here's the question in readable form. $$x_{1} = 1 \quad \quad x_n= \frac {1}{x_1 + x_2 + \cdots + x_{n-1}}$$
I have managed to prove that the limit exists using Monotone convergence theorem, however, i have absolutely no clue how to find the limit.
This is what I am thinking: $$x_{n} = \frac {1}{S_{n-1}}\implies S_{n} - S_{n-1} = \frac {1}{S_{n-1}}$$ but where do i go from here?