I have the summation $$\sum_{k =1}^{n + 2}x^{n + 2 -k}y^k$$
which expands out to (taking $n = 3$ as an example)
$$x^4y^1 + x^3y^2 + x^2y^3 + x^1y^4.$$
How can I sum it? It looks similar to this question but the indices cannot be shifted to match that one.