Sequences and Recurrences

Explore discrete dynamics: linear recurrences, modular Fibonacci, and logistic map

Mode

2500
Weight of the previous term (a n-1)
-33
Weight of the term before that (a n-2)
-33
Initial condition (Seed)
-2020
Initial condition (Seed)
-2020
The initial conditions activate an unbounded mode; the orbit diverges.

Sequence visualization

an=pan1+qan2a_n = p\,a_{n-1} + q\,a_{n-2}
Points are discrete terms at integer indices; connecting segments only guide the eye.

Results

✨ Classical Fibonacci Sequence
Expected convergence

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

Fundamentals & Explanation