All Tools
Categories
Number Tools 69 XML Tools 64 Email Marketing Tools 55 Import-Export Tools 50 JSON Tools 45 Text Tools 13 Shipping Freight Tools 5 Calculator 4
About Contact Privacy

Tetranacci Words Generator

Generate the tetranacci word sequence W0, W1, W2... where each word concatenates the four words before it. Custom seeds, length stats, one-click copy or download. Runs in your browser. Free.

Parameters
1 - 25
Each word concatenates the four before it: W(n) = W(n-1) + W(n-2) + W(n-3) + W(n-4). Lengths follow the tetranacci numbers.
Sequence

          

About Tetranacci Words Generator

The tetranacci word sequence is the four-memory member of the k-bonacci word family: four seeds open the run, then every word concatenates the four before it. The classic seeds "0", "01", "012" and "0123" produce 0, 01, 012, 0123, 012301201, 01230120101201230... — words whose character counts are the tetranacci numbers 1, 2, 3, 4, 10, 19, 36, 69... The recurrence that defined numbers now defines text, with the fastest realistic growth of the small-order k-bonacci words.

Tetranacci Words Generator builds the run to any term count up to 25, with fully editable seeds. Each row shows index, preview and exact length; Copy and Download export the complete words. Pure browser computation, nothing uploaded.

Features

  • Sequence construction: W(n) = W(n-1) + W(n-2) + W(n-3) + W(n-4) applied term by term from your four seeds.
  • Editable seeds: Any four strings define a valid run — digits, letters, symbols or phrases.
  • Quartic growth displayed: Per-term character counts follow the tetranacci numbers exactly.
  • Preview discipline: Words past 90 characters are truncated with a remainder count, so 27-million-character terms stay navigable.
  • Full export: Copy or download the complete words with a clear 600,000-character safety cap and note.
  • Reference tab: The classic quaternary words, the morphism, the growth constant and the k-bonacci comparison.
  • Free and private: All assembly runs locally — nothing is uploaded, stored or logged.

How to Use

  1. Set the term count — how many words, from the seeds upward (1 to 25).
  2. Edit the seeds — four comma-separated words; the defaults are "0, 01, 012, 0123".
  3. Generate — rows appear with index, preview and character count.
  4. Watch the quartic growth — 1, 2, 3, 4, 10, 19, 36, 69...
  5. Copy or download — the complete sequence for study or reuse.

Examples

Example 1 — The classic run. Seeds "0, 01, 012, 0123" with 8 terms give words of lengths 1, 2, 3, 4, 10, 19, 36, 69 — the tetranacci numbers in order.

Example 2 — Alphabet variant. Seeds "a, ab, abc, abcd" produce the alphabetical quaternary words a, ab, abc, abcd, abcdabcaba... term by term.

Example 3 — The doubling illusion. Cross-check with the tetranacci numbers: term 7 has 36 characters and term 9 exactly 134 — the recurrence reproduced by pure concatenation.

Example 4 — Prefix property. Generate 10 terms to see every word begin with the previous one, the prefix chain that defines the infinite limit word.

Example 5 — Morphism seeds. Feed the morphism images "01, 02, 03, 0" and compare with the classic run — the same family approached by substitution.

Benefits

  • Instant construction: A full quaternary word run in one click, no manual concatenation.
  • Seed freedom: Any four strings — the recurrence never cares about the alphabet.
  • Growth visible: Exact character counts trace the tetranacci numbers term by term.
  • Handles the explosion: 90-character previews and the export cap keep massive terms workable.
  • Family context: The Reference tab places tetranacci words between tribonacci and pentanacci.
  • Private by design: Words never leave the browser; nothing is uploaded or logged.

Frequently Asked Questions

What is a tetranacci word?
A member of the word sequence built like the tetranacci numbers: four seeds W0..W3 open the run, then each word concatenates the four words before it, W(n) = W(n-1) + W(n-2) + W(n-3) + W(n-4). The classic run is 0, 01, 012, 0123, 012301201, ...
What are the default seeds?
"0", "01", "012" and "0123" — words whose lengths are 1, 2, 3, 4, then 10, 19, 36... the tetranacci numbers. Any four strings can replace them in the seeds textarea.
How fast do the words grow?
Each word concatenates the four previous, so lengths explode quarter-by-quarter with growth ratio near 1.9276. Term 10 passes 1,900 characters and term 20 passes 27 million — previews and the export cap keep that manageable.
What is the infinite limit?
The run stretches toward the infinite tetranacci word, a fixed point of the morphism 0->01, 1->02, 2->03, 3->0. Its letter frequencies come from the real root of x to the fourth minus the sum of the three smaller powers.
Why should I compare with tribonacci words?
The family of k-bonacci words, from Fibonacci on, all concatenate their k predecessors. Higher k accelerates growth and adds letters; the tetranacci variant sits between the ternary tribonacci word and the five-letter pentanacci word.
What is in the output?
One row per term: the index W(n), a mono-space preview capped at 90 characters with a remainder count, and the exact character count. Copy and Download carry the full words under the 600,000-character safety cap.
Can I use bizarre seeds?
Of course. Four seeds like "!@", "ab", "42", "none" define a perfectly valid run — lengths always obey the tetranacci recurrence regardless of content.
Is anything stored or uploaded?
No. Everything is assembled locally in the browser. Nothing is sent to a server, saved or logged. Copy or download before closing the tab.