The sequence $x_1,x_2,x_3,\cdots$ is defined by $x_1=2$ and $x_{k+1}=x_k^2-x_k+1$ for all $k \ge 1$.
Find $\sum_{k=1}^\infty \cfrac{1}{x_k} $
By experimenting ,I was able to prove by induction that $$\sum_{k=1}^j \cfrac{1}{x_k}=\cfrac{x_{j+1} -2}{x_{j+1}-1}$$
But now I am quite unsure on how to sum over infinity,do I just treat it as a number and let $j=\infty$ ?This seems a little bit fishy to do...
Can someone help me ?