Consider the following double sum identities
$$\sum_{n=0}^\infty\sum_{m=0}^n a(m,n-m) = \sum_{p=0}^\infty\sum_{q=0}^\infty a(p,q) = \sum_{r=0}^\infty\sum_{s=0}^{\lfloor{r/2}\rfloor} a(s,r-2s)$$
The first identity I understand. The relation between $(n,m)$ and $(p,q)$ is such that for any pair of naturals there is a single pair in the first range. So all pairs of naturals appear after all.
Now how do we prove the last identity? Why can we rewrite it like that, with the floor function?
Write $K = \{(r, s) \colon r, s \in \mathbb{N}, \ r \geqslant 2s\}$. The functions: \begin{align*} & f \colon \mathbb{N}^2 \to K, \ (p, q) \mapsto (2p + q, p), \\ & g \colon K \to \mathbb{N}^2, \ (r, s) \mapsto (s, r - 2s) \end{align*} are mutually inverse bijections. Therefore, if the family $(a(p, q))_{p, q \in \mathbb{N}}$ is absolutely summable [see below]: $$ \sum_{p=0}^\infty\sum_{q=0}^\infty a(p,q) = \sum_{p, q \in \mathbb{N}}a(p, q) = \sum_{(r, s) \in K} a(s, r - 2s) = \sum_{r=0}^\infty\sum_{s=0}^{\lfloor{r/2}\rfloor} a(s,r-2s). $$ The first and third equalities follow from Dieudonne, Foundations of Modern Analysis (1969), proposition (5.3.6):
As for the second equality, quoting Dieudonne again:
Clearly, therefore, if $f \colon A \to B$ and $g \colon B \to A$ are mutually inverse bijections, and we put $y_\beta = x_{g(\beta)}$ ($\beta \in B$), so that also $x_\alpha = y_{f(\alpha)}$ ($\alpha \in A$), then the family $(x_\alpha)_{\alpha \in A}$ is absolutely summable if and only if the family $(y_\beta)_{\beta \in B}$ is absolutely summable; and in that case, $\sum_{\alpha \in A}x_\alpha = \sum_{\beta \in B}y_\beta$.