I am trying to factorize the expression: $$(x+y+z)^p-[(-x+y+z)^p+(x-y+z)^p+(x+y-z)^p]$$ where $p$ is an odd prime and $x,y,z$ are any non-zero integers.
I know that it is divisible by $pxyz$.
How do I find/write the remaining factor(s) in summation notation? I tried to use the trinomial expansion but I keep getting lost. Any hints?
NOTE: I would write this as $A = -x+y+z,$ $B = x-y+z,$ $C=x+y-z,$ thus demanding that $A,B,C$ are all odd or all even. Then the expression is $$ (A+B+C)^p -A^p - B^p - C^p. $$ Probably good for something
Appears that I should have written $p=5$ as $$ 40xyz(2x^2 + 2 y^2 + 2 z^2) $$ This way, we get a consistent first term, $$ 8pxyz \left( \; \frac{p-1}{2} \, x^{p-3} + \mbox{other} \right) $$
bit of a mess to typeset. I did primes $3,5,7,11$ in gp-pari, wrote out the factors, each in a recognizable pattern. Don't see anything overall except for the even exponents and considerable symmetry.
=========================================================
=========================================================