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

Sequence visualization

an=pan1+qan2a_n = p\,a_{n-1} + q\,a_{n-2}
✨ Classical Fibonacci Sequence
Characteristic roots suggest divergent behavior (|r| > 1).
Root r1

1.618

Root r2

-0.618

max |r|

1.618

Expected convergence

Tends to φ ≈ 1.618034

Generated terms

10

Fundamentals & Explanation