I am trying to solve summation I have stated in title, $$\sum_{0\leq n_1\leq n_2\leq\cdots\leq n_\beta\leq\gamma}{(-1)^{n_1+n_2+\cdots+n_\beta}} $$ where $\beta,\gamma\in\mathbb{N}$.
I have tried some methods, such as taking this summation as function of $\beta$ and $\gamma$, and make a recursive equation, $$f(\beta,\gamma)=f(\beta-1,0)-f(\beta-1,1)+\cdots=\sum_{k=0}^{\gamma}{(-1)^kf(\beta-1,k)}$$ Numerically I could just take this equation and make recursive function to calculate, but I want to know if there is any analytic solution to this summation.