The Fibonacci word sequence replaces the numbers of the Fibonacci recurrence with text: choose two seed words, then let every later word be the concatenation of the two before it. The classic seeds "0" and "01" yield 0, 01, 010, 01001, 01001010, 0100101001001... — lengths that march through the Fibonacci numbers while the patterns of the words hide a Sturmian structure that pure digits do not.
Fibonacci Words Generator builds the sequence to any term count you choose, with editable seeds. Each row shows the index, a preview, and the exact character count; the Copy and Download actions export the full words. Everything is assembled locally — no upload, no server visit, instant output.