Non-Consecutive Fibonacci Numbers

  • Thread starter rbzima
  • Start date
  • Tags
    Numbers
In summary, it is possible to express every positive integer as the sum of non-consecutive Fibonacci numbers. This can be proven using induction, where the base case is 4 and the inductive step involves showing that if a number k can be expressed as the sum of non-consecutive Fibonacci numbers, then k+1 can also be expressed in the same way. This is because each term in the sum is the sum of the two previous terms, so by swapping pairs of terms in a specific pattern, any number can be formed. This phenomenon is known as Zeckendorf's theorem.
  • #1
rbzima
84
0
I've been looking at this problem trying to figure it out for awhile, but haven't been able to come up with a distinct proof of this:

Do you think it's possible to express every positive integer as the sum of non-consecutive Fibonacci numbers? For example, 20 = 13 + 5 + 2, 33 = 21 + 8 + 3 + 1, and 34 = 34.

I worked through some of this and came to the conclusion that for some numbers, the Fibonacci number directly below the chosen positive integer will always be used in the sum.

[itex] 33 = F_8 + F_6 + F_4 + F_2 = 21 + 8 + 3 + 1. [/itex]

Any suggestions?
 
Mathematics news on Phys.org
  • #2
Try induction.

Trivial case is 4, which is 1 + 3. Now assume that for all n less than or equal to some number k can be written as the sum of non consecutive Fibonacci numbers. See what this implies for k + 1.
 
  • #3
If [itex]F_n < k < F_{n+1}[/itex]

then [itex]k = F_n + m[/itex]

where [itex]m < F_{n-1}[/itex]
 
  • #4
Diffy said:
Try induction.

Trivial case is 4, which is 1 + 3. Now assume that for all n less than or equal to some number k can be written as the sum of non consecutive Fibonacci numbers. See what this implies for k + 1.

I guess that the fibonacci numbers are required to be distinct. Let j(k) be the set of fibonacci numbers summing to k. j(k+1) contains the extra element 1, unless j(k) already contains 1, in which case j(k+1) can be formed by replacing the 1 in j(k) with a 2, unless j(k) already contains a 2, in which case the 1 and 2 can be swapped for a 3 and a 1 can be added, unless j(k) already contains a 3, in which case 1 and 3 can be swapped for a 5, unless j(k) already contains 5, in which case 3 and 5 can be swapped for 8 and 1 can be swapped for 2, unless...
Because each term is the sum of the two before it, and j(k) is finite, by swapping pairs of terms in this pattern j(k+1) can always be obtained from j(k).
 
  • #5
Correction: I forgot about the non-consecutive bit.
If j(k) does not contain both 1 and 2, either 1 can be added or 1 can be swapped for 2. If this results in a pair of consecutive fibonacci numbers, the pair can be swapped for the next fibanacci number after that, and any new consucutive pairs created can in turn be swapped etc. Hence j(k+1) is also the sum of distinct non-consecutive fibanacci numbers.
 
  • #7
^ Wonderful, thanks! I wanted to post about this whole "integer representation as sum of non-consecutive Fibonacci numbers" thing on my blog, but it would be the first phenomenon/theorem I'd discuss that didn't have a name already.
 

1. What are non-consecutive Fibonacci numbers?

Non-consecutive Fibonacci numbers are a sequence of numbers where each number is the sum of the two previous numbers in the sequence, but with the condition that no two consecutive numbers can be used to calculate the next number. For example, the sequence of non-consecutive Fibonacci numbers would be 1, 2, 4, 7, 12, 20, etc.

2. How are non-consecutive Fibonacci numbers different from regular Fibonacci numbers?

The main difference is that in regular Fibonacci numbers, each number is calculated by adding the two previous numbers in the sequence, regardless of whether they are consecutive or not. In non-consecutive Fibonacci numbers, the restriction of not using consecutive numbers adds a different pattern and structure to the sequence.

3. What is the significance of non-consecutive Fibonacci numbers?

Non-consecutive Fibonacci numbers have applications in various fields such as finance, biology, and computer science. They can be used to model population growth, analyze stock market trends, and design efficient algorithms. They also have interesting geometric properties and can be found in nature in the growth patterns of some plants.

4. How are non-consecutive Fibonacci numbers calculated?

To find a non-consecutive Fibonacci number, we start with the first two numbers in the sequence, which are usually 1 and 2. Then, we add the two previous numbers to get the next number, but we skip over any consecutive numbers. For example, if the previous two numbers are 1 and 2, the next non-consecutive Fibonacci number would be 4 (1+2+1=4).

5. Is there a limit to how many non-consecutive Fibonacci numbers can be calculated?

Similar to regular Fibonacci numbers, there is no limit to how many non-consecutive Fibonacci numbers can be calculated. However, as the numbers get larger, it becomes more difficult to find the next number without using consecutive numbers. In some cases, the sequence may also repeat itself, leading to duplicates.

Similar threads

Replies
4
Views
178
  • Engineering and Comp Sci Homework Help
Replies
4
Views
3K
  • Calculus and Beyond Homework Help
Replies
1
Views
3K
  • Set Theory, Logic, Probability, Statistics
Replies
6
Views
1K
  • General Math
Replies
2
Views
873
  • General Math
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
12
Views
957
Back
Top