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

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