Consider the nonlinear ODE \begin{align} y':=\frac{dy}{dx}=\sqrt{1-\frac{1}{y}} \end{align} where $y$ is (as usual) a function of $x$. I am interested to obtain a Laurent series solution $y$ of this ODE when $x$ is big. My guess is that since $y'>0$, $y$ should be increasing, and so when $x$ is big, $y$ is big, but then $y'$ would be close to $1$, which makes $y$ almost like a linear function when $x$ is big. Thus I expect \begin{align} y=x+a_0+\frac{a_1}{x}+\frac{a_2}{x^2}+\cdots,\qquad x>>1 \end{align} but then I am not sure if this is correct and I would be glad to know any techniques to obtain such Laurent series solution.
Any comment, hint and answer are greatly appreciated. In particular, if there is any reference for problems alike, I would also be glad to know.
The d.e. is separable, and its general solution can be written as $$ x + c = \sqrt{y^2-y} + \frac{1}{2} \ln \left(-1 + 2 y + 2 \sqrt{y^2-y}\right)$$ As $y \to +\infty$ the right side is $y + \frac{1}{2} \ln(y) + O(1)$. Thus we should have $y \sim x - \frac{1}{2} \ln(x) + O(1)$. In particular, it is not a Laurent series because of the logarithmic term: the solution has a branch point, not a pole, at $\infty$.