The progression
An arithmetic sequence climbs stairs: $u_{n+1}=u_n+r$, always the same step. A geometric one takes percentages: $u_{n+1}=q\,u_n$, always the same ratio. Everything you will ever compute about them — the $n$-th term, the sum — falls out of that one difference.
The family
The cobweb
Feed the output back into the machine: $u_{n+1}=f(u_n)$. On the picture that is a staircase — up to the curve, across to the diagonal $y=x$, again and again. Babylon computed $\sqrt2$ this way four thousand years ago; the same spider’s web still does it in four steps.
The machine
The limit
To say $u_n\to L$ is to sign this contract: for every $\varepsilon>0$, past some rank $N$ every single term lives inside the band $L\pm\varepsilon$. Tighten the band and $N$ retreats — but it always exists. That is the whole definition, drawn.
The contract
The series
Stack the partial sums $S_n=1+q+q^2+\dots+q^n$. If $|q|<1$ the stack stops growing: it leans on the wall $\dfrac{1}{1-q}$ and stays there. Half a cake, then a quarter, then an eighth… you eat forever and never pass one whole cake.
The stack
Fibonacci
$1,\,1,\,2,\,3,\,5,\,8,\,13\dots$ each term the sum of the previous two. Divide neighbours, $F_{n+1}/F_n$, and the ratios stop caring about the start: they settle on $\varphi=\frac{1+\sqrt5}{2}\approx 1.618$, the golden number — the most irrational number there is, and the reason sunflowers count in Fibonacci.