bolle
- 3
- 0
Me and a friend was contemplating the ratio of even to odd number in Pascals triangle. After some thought we arrived at a ratio like this when looking at a triangle of 2k-1 rows.
\frac{2^{2k-3}+2^{k-2}}{3^{k-1}} - 1
As expected, this ratio grows exponentially. (I.e. almost all numbers in Pascals triangle will be even) However, we then started to wonder with what base this will grow, I.e. we wondered about
\lim_{k \rightarrow \infty} (\frac{2^{2k-3}+2^{k-2}}{3^{k-1}} - 1)^\frac{1}{k}
After some calculations we got it reduced to
\lim_{k \rightarrow \infty} \frac{4}{3}(2^{\log_23-3}+2^{\log_23-2-k} - 2^{-k(2-\log_23)})^\frac{1}{k}
Now, we believe this to be (4/3) but we get stuck with the limit
\lim_{k \rightarrow \infty} [\frac{3}{8} +\frac{3}{2^{k+2}} - \frac{3^k}{4^k}]^\frac{1}{k}
Our thinking is that the last two terms within the brackets will be small so that this is somewhat like taking
\lim_{k\rightarrow \infty} (\frac{3}{8})^{\frac{1}{k}}=1?
and hence that the base tends to (4/3)? Empirically, this seems to be the case. However, how to you take this limit with mathematical rigour?
\frac{2^{2k-3}+2^{k-2}}{3^{k-1}} - 1
As expected, this ratio grows exponentially. (I.e. almost all numbers in Pascals triangle will be even) However, we then started to wonder with what base this will grow, I.e. we wondered about
\lim_{k \rightarrow \infty} (\frac{2^{2k-3}+2^{k-2}}{3^{k-1}} - 1)^\frac{1}{k}
After some calculations we got it reduced to
\lim_{k \rightarrow \infty} \frac{4}{3}(2^{\log_23-3}+2^{\log_23-2-k} - 2^{-k(2-\log_23)})^\frac{1}{k}
Now, we believe this to be (4/3) but we get stuck with the limit
\lim_{k \rightarrow \infty} [\frac{3}{8} +\frac{3}{2^{k+2}} - \frac{3^k}{4^k}]^\frac{1}{k}
Our thinking is that the last two terms within the brackets will be small so that this is somewhat like taking
\lim_{k\rightarrow \infty} (\frac{3}{8})^{\frac{1}{k}}=1?
and hence that the base tends to (4/3)? Empirically, this seems to be the case. However, how to you take this limit with mathematical rigour?
Last edited: