Let $p(k)$ be the $k^\text{th}$ number in Pascal's triangle, numbered from left to right in each row, going down the rows.
So, for example, $p(1)$ to $p(10)$ are $\binom{0}{0},\space \binom{1}{0},\space \binom{1}{1},\space \binom{2}{0},\space \binom{2}{1},\space \binom{2}{2},\space \binom{3}{0},\space \binom{3}{1},\space \binom{3}{2},\space \binom{3}{3}$, respectively.
Now define sequence $a_n$ as:
$$a_1\text{ is a positive integer}$$
$$a_{n+1}=p(a_n)$$
Is the following conjecture true or false:
Conjecture: $\lim\limits_{n\to\infty}a_n=1$ for all $a_1\in\mathbb{Z^+}$.
For example, with $a_1=150$ we have:
$a_2=p(150)=560$
$a_3=p(560)=32$
$a_4=p(32)=35$
$a_5=p(35)=7$
$a_6=p(7)=1$
$a_n=1$ for $n\ge 6$
With $a_1=100$ we have:
$a_2=p(100)=1287$
$a_3=p(1287)=37353738800$
$a_4=p(37353738800)=\space ?$
If an $a_n$ value is very large, then $a_{n+1}$ is likely to be much larger than $a_n$. However, even if the terms become very large, it is possible that eventually one of them will be small enough so that the sequence will become an endless stream of $1$s. I don't know how the sequence will play out.
Here and here is the sequence $p(k)$, except their index is shifted down $1$ from mine. So for example, my $p(5)$ is numbered as the $4$th term is the linked sequence.
Context: I have been playing with Pascal's triangle, investigating some of its mysterious, geometrical and humourous properties.