A sequence $x_n$ is defined as $x_{k+1}=x_k^2+x_k$ and $x_1=\frac{1}{2}$ Let:
$$S_n=\left[\frac{1}{x_1+1}+\frac{1}{x_2+1}+\frac{1}{x_3+1}+\cdots+\frac{1}{x_n+1}\right]$$
where $[\cdot]$ denotes greatest integer function. What is value of $S_{100}$?
By manipulating the definition of series i deduced that $x_k+1=\frac{x_{k+1}}{x_k}$. So the series becomes $\left[\displaystyle\sum_{k=1}^n\frac{x_k}{x_{k+1}}\right]$. But what to do after that?