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.
|