I have a sequence defined as follow:
$a_0 = 1, a_n=\cos\left(a_{n-1}\right)$.
I want to count $\lim_{n\rightarrow\infty} a_n$ - it definitely does have limit by looking at the graph, the first few numbers of the limit are 0.7390851, but I have no idea, if that number is related to some other real number ($\pi$ or something like that).
The sequence is from this site, but they don't provide actual result for their own sequence.