I am studying concrete mathematics by Graham Knuth and Patashnik. In the first chapter lines in a plane he focuses on a equeation $$L_n=L_{n-1}+n$$ on expanding $$ \begin{align} L_n&=L_{n-2}+(n-1)+n \\&=L_{n-3}+(n-2)+(n-1)+n \\&=\cdots \\&=\cdots \\&=L_0+1+2+3+\cdots+(n-1)+(n-2) \end{align} $$and so on. Could someone explain how did the number $L_0+1+2+3+\cdots+(n-1)+(n-2)$ come into this series?
Thank you.
It's just working out the equation starting with $L_n$ and ending up with $L_0$:
$$L_n = L_{n-1} + n = L_{n-2} + (n-1) + n = ... = L_2 + 3 + ... + (n-1) + n = L_1 + 2 + 3 + ... + (n-1) + n = L_0 + 1 + 2 + 3 + ... + (n-1) + n$$
Do you see it now?