2023.01.25 Math 3600 Look and Say

247 days ago by calkin

In sage you can type snippets of $\LaTeX$.  If you have math you want to typeset, in a text box you can surround it by \$ signs to get $\int \exp(x) dx$, for example.

To create the Look and Say sequence, we will write a function which takes as input a list of the current entry, and outputs a list of the next entry in the sequence.