Take every prefix of a sequence, ask it how many times it ends with a repeated block, and glue that answer on as the next term. Repeat forever, starting from 1, 1. The result — found by Dion Gijswijt in 1991 — is one of the slowest-growing sequences in mathematics: 1, 1, 2, 1, 1, 2, 2, 2, 3, 1, 1, 2, 1, 1, 2, 2, 2, 3, ... Terms are always 1, 2, 3 or 4, yet the first 4 takes 220 steps to arrive.
Gijswijt Numbers Generator runs the curling-number process exactly: each step scans the current prefix for the largest repeated tail block and appends the answer. Start anywhere, generate thousands of terms, watch the block-decoration structure and the records (1, 2, 3, 4) accumulate in real time.