Back to Tools
Fibonacci Word Generator
Generate a sequence of binary words using the Fibonacci rule (S(n) = S(n-1) + S(n-2)).
Generated Sequence
S(0):0
S(1):1
S(2):10
S(3):101
S(4):10110
S(5):10110101
S(6):1011010110110
S(7):101101011011010110101
S(8):1011010110110101101011011010110110
S(9):1011010110110101101011011010110110101101011011010110101