On the "Look-and-Say" sequence and Conway's constant

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


There is no "base" involved in the look-and-say sequence. As defined, each term of the sequence is not an integer, but a finite sequence of integers. It is usually written as a single integer because in the most common cases of interest, only digits 1,2,3 are involved so there is no possibility of confusion. But Conway's original theorem allows for arbitrary integers in the initial sequence, and according to the cosmological theorem these larger integers ultimately persist in one of two forms, which he called "isotopes of Np and Pu", with limiting ratio 0.


1) You can use a similar approach to Nathaniel Johnston's Blog for the binary look-and-say sequence: 1,11,101,111011,11110101,... You can do it differently I suppose, but I got those 10 subsequences: 111011,11110101,100110,11100,10110,1110,111100,1001100,11110,101100. You get a transformationmatrix with charactaristical polynomial $$ x^4(x+1)(x-1)^2(x^3-x^2-1) $$ Which has a non-trivial positive real root $$ x\approx 1.465571232 $$