Generate Look and Say Sequence
Generate Conway's look-and-say sequence from any digit seed
Maximum 40 terms.
Examples:
- Seed 1, 5 terms → 1, 11, 21, 1211, 111221
- Seed 22, 3 terms → 22, 22, 22
- Each term reads the previous aloud by count
Related tools
Calculate Number Sum
Paste a list of numbers and get the sum, count, and average
SumNumbers
Enumerate Integers
Generate a sequence of integers with custom start, stop, and step
IntegerSequence
Generate a Hilbert Curve
Draw a Hilbert space-filling curve for a chosen order
HilbertFractal
Generate Number Sequence
Generate arithmetic sequences of numbers
GenerateSequence
What is the Look-and-Say Sequence?
The look-and-say sequence (also called Conway's audioactive sequence) starts from a seed and builds each next term by reading the previous term aloud: count consecutive identical digits, then write that count followed by the digit.
Example from seed 1: 1 → 11 → 21 → 1211 → 111221 → …
Why Generate It?
- Education: Demonstrate recursive string rewriting
- Math curiosity: Study growth related to Conway's constant
- Puzzles: Produce look-and-say challenge sequences
- Experiments: Compare behavior across seeds
How This Tool Works
Enter a digit-only seed and how many terms you want. The tool iteratively applies the look-and-say rule in your browser. No data is uploaded.
Related Tools
- Generate Number Sequence: Arithmetic sequences
- Enumerate Integers: Integer ranges
- Generate Pi Digits: High-precision pi