Source: wikibot/look-and-say-sequence
= Look-and-say sequence
{wiki=Look-and-say_sequence}
The Look-and-say sequence is a sequence of numbers where each term is generated from the previous term by describing its consecutive digits. The process involves "reading" the digits of the previous term and counting the number of digits in groups, then forming the next term based on that count. Here's how it works: 1. Start with an initial term, usually "1".