Suppose $p$ is a prime number and $c$ is some constant value which is coprime to $p$. I found that $c,c^c,c^{c^c},c^{c^{c^c}},\ldots \bmod p$ have period $1$ or $2$.
In other words, it seems sequence,$(\ ^nc )_{\geq1}$, have period $1$ or $2$.
Can we prove this?
The code which I used is here: link
update
If you actually wanted to prove that $ \,^nc \pmod p$ converge to a constant sequence then the following might help for a proof:
assume $p=7$, $c=5$
Then what you ask for is whether $\{5, 5^5 , 5^{5^5}, ...\} \pmod 7$ converge to a constant sequence.
This is a question of recursive application of "order of cyclic subgroup" :
Here it is surely meaningful to try a proof. (I think, this should be easy to derive one from that example)
old version (removed. You can see it in the "edit-history")