Do quadruplets $(x,y,z,p)$ of positive integers exist for which $p$ is a prime number and $$x^3+y^3+z^3 = 3xyz + p?$$ I've tried looking for solutions in mathematica for $x,y,z<1000$, without finding any. Unfortunately, looking at the equation $\mod 3$ or $\mod 9$ has yielded no result. Is there anyone who can help? Thanks.
EDIT: I just discovered a fatal flaw in my mathematica code. vrugtehagel rightfully pointed out that $8^3+8^3+7^3 - 3\cdot8\cdot8\cdot7 = 23$ is a valid solution to this problem.
$${x}^{3}-3\,y\,z\,x+{z}^{3}+{y}^{3}=\left( x+z+y\right) \,\left( {x}^{2}-z\,x-y\,x+{z}^{2}-y\,z+{y}^{2}\right) $$
$${x}^{2}-z\,x-y\,x+{z}^{2}-y\,z+{y}^{2}=1$$
if x,y,z - consecutive terms in http://oeis.org/A004526
then $p=3\,n+1,p=3\,n+2$