Given $a^{3} + b^{3} + c^{3} - abc$, determine all the possible values of the expression where $A$, $B$, and $C$ are non-negative integers.
Note that this has been solved here
But I need help understanding why the proof generalizes when we let $f(A,A, A+1)$, $f(A, A, A-1)$ and $f(A, A+1, A-1)$.
The proof doesn't say anything about the following $f(A, A+j, A+k)$ where $k,j \in \mathbb{N}$.
But obviously it probably does as the proof is correct, I just can't seem to understand where. Any help understanding this would be great, thanks!