The tribonacci word sequence is the ternary counterpart of the Fibonacci words: three seed words open the run, and every later word concatenates the three before it. The classic seeds "0", "01" and "012" produce 0, 01, 012, 012010, 01201001201... — words whose character counts are the tribonacci numbers 1, 2, 3, 6, 11, 20, 37... The recurrence that once produced numbers now produces text, with the same famous growth rate, about 1.8393 per term.
Tribonacci Words Generator builds the run to any term count up to 25 with fully editable seeds. Each row reports index, preview and exact length; Copy and Download export the complete words. All concatenation happens locally in your browser.