I am reading Concrete Mathematics by Donald Knuth. There is a method to solve summation, particularly for $\sum_{k=0}^n k^2$, called Expand and contract.
I don't understand just a single step. i.e. $$\sum_{1\leq k \leq n} k^2 = \sum_{1\leq j \leq k \leq n} k$$