Let $g \in \mathbb{F}[x_1, \dots, x_n]$ be a polynomial of degree $d$ with $n$ variables. Number of its coefficients is ${n+d \choose d}$
Is there an easy proof? It clearly holds for univariate polynomial $n=1$. It holds even for some polynomials I tried, for example $g(x,y) = x^3 + y^3 + x^2y + y^2x + y^2 + xy + x^2 + x + y + 1$, where $10 = {2+3 \choose 3}$.
This can be proved via a stars and bars argument. Say we have $k$ stars and we want to put them in $n$ bins, with some bins possibly empty. Theorem 2 in the article proves that the number of such arrangements is $$\binom{n+k-1}{k}.$$
We will show that the number of possible monomials of $n$ variables and degree $\le k$ is equal to the number of possible arrangements of $k$ stars and $n + 1$ bins, with some bins possibly empty.
Let the first $n$ bins correspond to the powers of the variables $x_1, x_2, \ldots, x_n$, and ignore the last bin. The total number of stars in the first $n$ bins is $\le k$. This produces all possible monomials of $n$ variables and degree $\le k$. Per the first paragraph, the number of arrangements is:
$$ \binom{(n+1) + k - 1}{k} = \binom{n + k}{k} $$