Why the equality
$$ \sum_{k=0}^{2n} \sum_{i=\lfloor{\frac{k}{n+1}}\rfloor(k-n)}^{k-\lfloor{\frac{k+1}{n+1}}\rfloor(k-n)} \binom{n}{i} \binom{n}{k-i} $$ $$ = \sum_{k=0}^{2n} \sum_{i=0}^{k} \binom{n}{i} \binom{n}{k-i} $$
holds?
I couldn't find any explanation.
Edit: $\lfloor x \rfloor$ is the greatest integer smaller than or equal to x. And
$$ \binom{n}{i} $$
is the familiar combination function.