Zeckendorfin
Zeckendorfin is a fictional mathematical construct used to illustrate Zeckendorf representations of integers within the Fibonacci system. It is typically described as a finite directed acyclic graph or automaton whose states encode partial sums built from Fibonacci numbers and whose transitions enforce the nonconsecutive index rule that underlies Zeckendorf's theorem. The term is used primarily in teaching and thought experiments to connect number representations with automata theory.
Formally, take the Fibonacci sequence with F1 = 1, F2 = 2, and Fk = F{k-1} + F{k-2} for k
A key property is that Zeckendorf representations are unique, and a well-constructed Zeckendorfin graph can realize
Variants of the Zeckendorfin idea include graphs built from generalized Fibonacci sequences or from alternative constraints
Because Zeckendorfin is a fictional construct, it does not appear in standard mathematical literature, but the
---