Not really an answer, but too long for a comment.
A recurrence with a wiggle
The following was proposed by Lennart Rade
in a 1991 issue of the American Mathematical Monthly, and the
solution appears in the January 1994 issue, on page 78.
Begin with $n$ fair coins all showing tails.
Toss them all and pick up only the coins with tails.
Repeat this procedure until all coins show heads.
The number of coins showing tails is a Markov chain that
starts in state $n$ and ends up at 0. The transition probabilities
are binomial: $p_{n,i}={n \choose i}\left({1\over 2}\right)^n \mbox{ for }0\leq i\leq n$.
The sequence $u_n=P_{n+1}(\mbox{chain hits }1)$ satisfies $u_0=1$ and for $n\geq1$
$$u_n=\sum_{j=0}^n{n+1\choose j}2^{-(n+1)} u_{n-j},$$
or $$u_n=\sum_{j=1}^n{n+1\choose j}{2^{-(n+1)}\over 1-2^{-(n+1)}} u_{n-j}.$$
In fact, this problem can be solved explicitly giving
$$u_n={n+1\over2}\sum_{k=0}^\infty 2^{-k}(1-2^{-k})^n.$$
Analysis of this expression shows that, despite appearances, the sequence $u_n$ does
not converge.
It slowly oscillates about the pseudo limit $${1\over2\ln(2)}=.72134$$
with an amplitude of about $${|\Gamma(1-2\pi i/\ln(2))|\over2\ln(2)}=.00000356.$$
It's a fun example to show students as the oscillations are invisible graphically.
For related examples see
The asymptotic probability of a tie for first place,
by B. Eisenberg, G. Stengle, and G. Strang, Annals of Applied Probability 3, 731-745 (1993).