Consider the generating function $$\sum_{k = 0}^n x^k = 1 + x^2 + x^3 + \; ... + \; x^n \tag{1}$$
The coefficient of $x^k$ in $(1)$ represents the number of ways to get $k$. For example, for $n = 6$, $a_{k >0}$ could represent the number of ways to get $k$ in a single dice roll. This provides a direct way to relate the generating function to a combinatorial problem. Furthermore, it preserves the addition and multiplication properties (for more dice roll) in combinatorics.
We can now algebraically demonstrate that $$(1) = \frac{1 - x^{n + 1}}{1 - x} \tag{2}$$
This representation seems to distance itself away from the combinatorial equivalence of coefficients and solutions. The involvement of the $(1 - x)$ term in the denominator seems to suggest that some kind of division is going on.
Is there a way to meaningfully interpret $(2)$ such that we preserve the combinatorial representation that we started with?