So given this recurrence relation (not how it was presented, but equivalent and much nicer)
$$ x_{n+1} = \dfrac{x_n + nx_{n-1}}{n+1}; \ x_0 = 0,\ x_1 = 1 $$
I just can't find what the limit as $n$ goes to infinity is. It was straightforward to show it was convergent, and oscillatory about its limit, and I know the limit is going to be between $0.6$ and $0.75$ (through repeated calculation). The next step of finding the exact limit, though, I'm completely lost on.
If $$S_n = \sum_{j=1}^{n} \frac{(-1)^{j+1}}{j}$$
then we can prove that
$$(n+1)S_{n+1} = S_n + nS_{n-1}$$
Since $x_1 = S_1$ and $x_2 = S_2$ we have that $x_n = S_n$ for $n \ge 1$
Thus $\lim x_n = \lim S_n = \log 2$