I was interested in the long term behavior of continued fraction denominators, so I plotted the average of the first $n$ terms in the continued fraction expansion of $\pi$ as a function of $n$ and got the following graph:

And it turns out that at the $453294$th position, we suddenly get a $12996958$ among many one and two digit numbers. Why the sudden large number?
I know there are other continued fractions with strange behavior, notably the Champernowne's Numbers. $C_{10}$ seems especially weird, as its continued fraction expansion begins with:
$$ [0; 8, 9, 1, 149083, 1, 1, 1, 4, 1, 1, 1, 3, 4, 1, 1, 1, 15, 4 57540 11139 10310 76483 64662 82429 56118 59960 39397 10457 55500 06620\\ 04393 09026 26592 56314 93795 32077 47128 65631 38641 20937 55035 52094 60718 30899\\ 84575 80146 98631 48833 59214 17830 10987, 6, 1, 1, 21, 1, 9, 1, 1, 2, 3, 1, 7, 2, 1]$$
What is known about the asymptotic behavior of continued fractions? Why do such large terms appear between smaller ones? Is there a measure of how "erratic" the expansion is, such as the limit of the variance of the denominators?
EDIT: Fixed reason for jump.
There is a theorem from real analysis using the ideas of ergodic theory that states, for almost every real number $x \in \mathbb R$, the natural number $n$ appears in the continued fraction expansion of $x$ with frequency $\log_{2} \left ( \frac{(n+1)^{2}}{n(n+2)} \right )$.
To prove this fact, consider the Gauss measure $\nu (E) = \frac{1}{\log(2)} \int_{0}^{1} \frac{1}{1+t} dt$, on $([0,1]\setminus \mathbb Q)$. Also consider the transformation $U(x)= \{\frac{1}{x}\}$, where $\{\}$ denotes fractional part. This transformation is ergodic, and from here proving the theorem is a straightforward application of the ergodic theorem.