Hi Every
I just found something interesting, and wanted to share it. Also, please help me prove it.
bonacci Sequence:
This sequence starts with ones, and then every subsequent number is obtained by adding the previous numbers.
For , it's called the Fibonacci Sequence.
For , it's called the Tribonacci Sequence.
For , lets call it the bonacci Sequence.
And so on...
Can someone please prove that the ratio of two consecutive terms in any bonacci Sequence approaches to a root of
Thanks!
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Let's say that x is the ratio between two consecutive terms, being a constant for very large nbonacci numbers. Then for n terms added up, the result is
k=0∑n−1xka=x−1xn−1a
while the last term of this sum is xn−1a
The ratio of the two is x, so we solve for x the following equation
(k=0∑n−1xka)(xn−1a1)=x
A little bit of work gets you
xn(2−x)=1
and eventually the equation you have.
Log in to reply
A slight concern would be the initial assumption that the ratio does approach a finite number. It is clear that the ratio is bounded between 1 and n, but it is not immediately clear that the ratio must converge to a limit.
For linear recurrence with distinct real roots, this is an immediate result of the characteristic equations of linear recurrence relations.
Care has to be taken when the roots are complex, are when we have distinct roots, as you study the limiting behavior.