Mode
Sequence visualization
Results
1.618
Characteristic analysis
- Root r1
- 1.618
- Root r2
- -0.618
- max |r|
- 1.618
- Spectral stability
- Unstable
- Orbit behavior
- Exponential divergence
- Generated terms
- 10
1.618
Think of the sequence as a recipe: start with two values, then repeat the same instruction to obtain every new term.
Each term combines the preceding two using the weights p and q.
Its roots summarize the growth, decay, or oscillation patterns allowed by the rule.
Core idea
The coefficients p and q change the entire rule; the seeds select one particular orbit within that rule. Two users can choose the same p and q and still obtain very different sequences if they start from different seeds.
Fibonacci is the case p = 1, q = 1, a₀ = 0, and a₁ = 1: 0, 1, 1, 2, 3, 5… Changing only the seeds preserves the rule “add the previous two,” but it no longer necessarily produces the classical Fibonacci sequence.
Reading the results
Characteristic roots describe the rule. Roughly, a root with modulus below 1 tends to fade, one above 1 tends to grow, and one on the unit circle marks a boundary case.
Seeds still matter because they may cancel an expanding mode. The calculator therefore separates spectral stability —a property of the rule— from orbit behavior —what happens with your seeds—.
Try it in the calculator