0038. Count and Say

Visualize the count-and-say sequence with run-length encoding step by step

Presets:
Speed: 5x
Sequence Building
Final Result
Step Log
The count-and-say sequence: each term describes the previous term using run-length encoding.
"Read aloud" the digits — count consecutive identical digits and say the count followed by the digit.