Navigation
  • Home
  • Recent
  • Most Active
  • Popular
  • Blog
  • Credits
  • RSS
  •   Interaction
  • Register
  • Statistics
  •   Help
  • Suggestions
  • Contact Us
  • How to Edit
  • Help



  • [Edit]


    Zeckendorf's theorem, named after Belgian mathematician Edouard Zeckendorf, is a theorem about the representation of integers as sums of Fibonacci numbers.
    Zeckendorf's theorem states that every positive integer can be represented in a unique way as the sum of one or more distinct Fibonacci numbers in such a way that the sum does not include any two consecutive Fibonacci numbers. A sum that meets these conditions is called a Zeckendorf representation.

    This can be stated as,

    orall N in mathbb N = sum_ ^k F_

    where F_n is the nth Fibonacci number and c_i ge c_ +2 for i=1 dots k .

    For example, the Zeckendorf representation of 100 is

    100 = 89 + 8 + 3


    There are other ways of representing 100 as the sum of Fibonacci numbers - for example

    100 = 89 + 8 + 2 + 1

    100 = 55 + 34 + 8 + 3


    but these are not Zeckendorf representations because 1 and 2 are consecutive Fibonacci numbers, as are 34 and 55.

    For any given positive integer, a representation that satisfies the conditions of Zeckendorf's theorem can be found by using a greedy algorithm, choosing the largest possible Fibonacci number at each stage. It is more difficult to show that this representation is unique i.e. it is the only representation that satisfies these conditions.


        Zeckendorf's theorem
            Fibonacci multiplication
            See also

    top

    Fibonacci multiplication

    One can define the following operation acirc b on natural numbers a, b: given the Zeckendorf representations
    a=sum_^kF_;(c_ige2) and b=sum_^lF_;(d_jge2) we define the Fibonacci product acirc b=sum_^ksum_^lF_.
    For example the Zeckendorf representation of 1 is 1=F_2 (since F_1 is disallowed from representations) so
    1circ 1=F_=F_4=3.

    Don Knuth proved the surprising fact that this operation is associative. See also .
    Reference: D. E. Knuth, Fibonacci multiplication, Appl. Math. Lett. 1 (1988), 57–60


    top

    See also
     
    Search more:
     

       
    Source Privacy License Download Contact Us Atlas
    Scientus.org Dictionary (Yet Another Wiki) RC : 1.39
    MIT OpenCourseWare
    This article is licensed under the GNU Free Documentation License [copyleft]. It uses material from the Wikipedia article "Zeckendorf's theorem". link