The numerical result I gave in the previous post does not look like an easy thing to prove, so the question of my opening post is still open.
In order to complete the proof in the way envisioned above, the following result should be proven: Assume that 0<g(2)<3, and that the sequence g(3),g(4),\ldots is generated by the formula
<br />
g(n+1) = \frac{g(n)^2 - 1}{n},\quad\quad n=2,3,\ldots<br />
Then g(n)<0 with with some n.
Here's some remarks concerning the most obvious proof attempts. Suppose
<br />
g(n) < n + 1 - \epsilon<br />
holds with some \epsilon >0. Then
<br />
g(n+1) < \frac{(n+1-\epsilon)^2 - 1}{n} < n + 2 - 2\epsilon + \frac{\epsilon^2}{n}<br />
I dropped one term to simplify the inequality a little, weakening the inequality at the same time. If you assume that the epsilon is so small that its square can be ignored, we get
<br />
g(n+1) \lesssim n + 2 - 2\epsilon.<br />
Treating 2\epsilon as a "new epsilon" we'll get
<br />
g(n+2) \lesssim n + 3 - 2^2\epsilon<br />
<br />
g(n+3) \lesssim n+4 - 2^3\epsilon<br />
and so on.
Unfortunately the presence of term -2^n\epsilon will not prove that the sequence would go below zero, because the assumption about the smallness of the epsilon has been contradictory. We learned that the sequence will start to deviate from n+1 roughly exponentially only as long as the deviation is very small. Once the deviation is sufficiently large that the square of the epsilon can no longer be ignored, the sequence of inequalities stops working.
The effect of the term \frac{\epsilon^2}{n} is that it tends to push the sequence upwards, so it doesn't look like that would be an easy problem.