Generate Look-and-Say Sequence
Quickly generate look-and-say numbers. Runs entirely in your browser, so your data never leaves your device.
Output
The result appears here as you type.
How to use Generate Look-and-Say Sequence
- 1. Set how many terms. Enter How many terms to decide how many rounds of the look-and-say rule to apply. Terms grow in length quickly, so higher counts produce noticeably longer strings.
- 2. Choose a starting term. Set Starting term to the digit string the sequence begins from, typically '1', though changing it produces a different look-and-say family entirely, like the well-known 'audioactive decay' variants.
- 3. Set a separator and copy. Choose Separator to control how terms are joined, then copy the finished sequence for a puzzle, a recursion demo or a curiosity check.
When to use Generate Look-and-Say Sequence
Generate Look-and-Say Sequence builds the Conway sequence where each term describes the previous one by reading off its runs of digits, as in '1, 11, 21, 1211'. It saves the manual describe-what-you-see work whenever you want to explore or verify this sequence.
- Solving a classic recursion puzzle. A student presented with the puzzle of continuing the sequence 1, 11, 21, 1211, 111221 uses the tool to check their manual continuation and confirm the next term.
- Testing a look-and-say implementation. A developer who wrote a function to generate the next term by scanning digit runs compares its output against known terms here to catch a bug in run detection.
- Exploring different starting terms. Someone curious how the sequence behaves starting from a digit string other than '1' sets a custom Starting term to see whether the growth pattern still stabilizes the same way.
- Illustrating Conway's constant in a talk. A presenter covering John Conway's work on the growth rate of this sequence's term lengths uses generated terms to show how each term's length grows by a near-constant factor.
Examples
The first six terms
Output
1, 11, 21, 1211, 111221, 312211
Starting from 22 (the only fixed point)
Output
22, 22, 22
About the Generate Look-and-Say Sequence tool
Generate Look-and-Say Sequence is a free online tool that works entirely inside your web browser. Quickly generate look-and-say numbers. Because the processing happens on your own device, nothing you enter is uploaded, logged or stored anywhere.
This page is one of 234 Math utilities on EditSafely. Each one does a single job well, and all of them follow the same rule: your input stays on your machine.
You can shape the output with 3 settings, including How many terms, Starting term and Separator, and the result refreshes the moment you change one. 2 worked examples further down the page show exactly what the tool produces for real inputs.
Because nothing leaves your device, the tool is suitable for sensitive content such as internal documents, credentials or customer data. It also responds instantly, since every keystroke is handled on your own machine rather than by a remote API.
Frequently asked questions
Does Generate Look-and-Say Sequence cost anything?
Yes, it is completely free. All 2,658 tools on EditSafely work without an account, a subscription or usage limits.
Does the generator send anything to a server?
No data leaves your device. The whole tool is JavaScript that runs inside your browser tab, so there is no upload, no server-side processing and no log of what you did. If you disconnect from the internet after the page loads, it keeps working.
How do I get a different result?
Run the generator again. Each run is computed fresh on your device, and any options you change are applied to the next result immediately.
Do I need to sign up or install anything?
Nothing to install and no account needed. Open the page in any up-to-date browser, including on a phone or tablet, and the tool is ready.
How do I use the result?
The output panel has a one-click copy button, and you can keep refining the input while you work; the result updates in place as you type.