The look-and-say sequence starting with $S_1=1$ is,
$$S_n = 1, 11, 21, 1211, 111221, 312211, 13112221, 1113213211,\dots$$
If $L_n$ is the number of digits of the $n$th term then,
$$\lim_{n\to\infty} \frac{L_{n+1}}{L_n}=\lambda\tag{1}$$
where $\lambda = 1.303577\dots$ is an algebraic number of degree 71.
(A discussion of this sequence and the constant can be found in Nathaniel Johnston's blog.)
Questions:
- Is the limit (1) an artifact of base-10? If the terms of $S_n$ are translated into some other base-$n$ representation, say in binary, will the limit still be $\lambda$?
- I find it intriguing that $\lambda$ happens to be an algebraic number of such high degree. Without using obvious examples like $x^n=1$, or n-nacci constants $x^n(2-x)=1$, or contrived ones $\phi^{1/m}, \lambda^{1/n}$ etc, is there a constant that appears in a non-trivial number-theoretic context (like a limiting ratio, etc) that is algebraic and has a higher degree than $\lambda$?
First-of-all, the key to the analysis of the look-and-say-sequence is the transition matrix $T$ of the "elements of audio-active decay", as John H. Conway has called them. This matrix can be used to give a closed form for the number of digits and asymptotic results are found by considering the eigenvalues of $T$. That is: look-and-say is like Fibonacci, just with 92 instead of 2. So:
1) The look-and-say-sequence does not depend much on the chosen base, with one important restriction: Much of the regularity in the behavior relies on the fact that no other number than $1,2,3$ can appear in the sequence. However, this is still true for any base $\geq 4$.
So for any base $\geq 4$ the matrix $T$ and hence $\lambda$ will be the same. For bases $2$ and $3$, the recursion (if there is any!) will probably be much different, so a priori there is no reason why $\lambda_2$ and $\lambda_{10}$ should be related.
2) The constant $\lambda$ is algebraic because it's an eigenvalue of an integer matrix. So if you take a recurrence relation where $T$ has a minimal polynomial with degree higher than 71, you should be able to give a lambda with higher degree. But I guess that this construction is not what you meant as it isn't as natural as the "audioactive decay".
Edit: Regarding examples for high order algebraic numbers: The onset of a $7$-cycle of the logistic map has degree 114 as stated in http://mathworld.wolfram.com/AlgebraicNumber.html