One interesting thing about continued fractions is that every infinite continued fraction represents an irrational number. But in our first dilemma, we ask what happens when you have an infinite sequence of finite continued fractions with more and more terms.
Recall that the binomial coefficient $a\choose b$ has the formula $\frac{a!}{b!(a-b)!}$. Now for any integer $m\geq 0,$ define the $m+1$st term in our sequence by \[ C_{m+1} = {m\choose0} + \cfrac1{{m-1\choose1} + \cfrac{1}{{m-2\choose2}+\cdots+\cfrac1{m-k\choose k}}}, \] where $k= \lfloor \frac{m}2 \rfloor.$ (The notation $\lfloor x \rfloor$ means “the greatest integer less than or equal to $x$,” so $k = \frac{m}2$ when $m$ is even and $k=\frac{m-1}2$ when $m$ is odd.)
For example, we have \[C_6 = {5\choose0} + \cfrac1{{4\choose1}+\cfrac1{3\choose2}} .\]
As $n$ becomes infinitely large, that is, as $n\to\infty$, the continued fraction $C_n$ has more and more terms. Does that mean that $C_n$ approaches an irrational number as $n\to\infty$? What is $\lim_{n\to\infty} C_n$, if it exists?