I took the Putnam exam for the first time on December, and I would like to discuss my (incorrect) answer for B1, which states:
Let $x_0, x_1, x_2,...$ be the sequence such that $x_0=1$ and for $n \geq 0$, $$x_{n+1}=\ln (e^{x_n}-x_n)$$ Show that the infinite series $x_0+x_1+x_2+\dotsb$ converges and find its sum.
Below is what I did. Essentially, I defined a generating function and manipulated it. Unfortunately, I got the answer as $e$ instead of the correct answer $e-1$. I am pretty sure that I got the answer wrong because I didn't check whether my function was convergent or not.
After raising each side of the given equation and rearranging, we get $$-x_n=e^{x_{n+1}} -e^{x_n}.$$ Let $b_n = e^{x_n}$. Then $-x_n = b_{n+1} - b_n$. Let $f(x) = b_0 + b_1x+b_2x^2+...$ . Then $f(x)-xf(x)$ is $(1-x)f(x) = b_0 - x_0 - x_1 - x_2 - ...$
$b_0$ can be calculated to be equal to $e$. Let $x=1$. Then $0 = e -x_0-x_1-x_2-x_3...$
Moving everything except $e$ to the left side of the equality gives us the desired answer. (I thought!!!)
If anyone can prove that my function is divergent, that would be great.