Is it known if there are infinitely (non-proportional) many integer solutions to $x^3+2y^3+6xyz=3z^3$ ?
Motivation : if true, this would provide an alternative solution to that recent MSE question, by putting $a=\frac{3z^2}{xy},b=-\frac{x^2}{yz},c=-\frac{2y^2}{xz}$.
It's a homogeneous equation, so if $(x,y,z)$ is a solution then $(kx,ky,kz)$ is also a solution:
\begin{eqnarray*} (kx)^3+2(ky)^3-3(kz)^3 &=& 0 \\ \\ k^3x^3 + 2k^3y^3 - 3k^3z^3 &=& 0 \\ \\ k^3(x^3 + 2y^3-3y^3) &=& 0 \end{eqnarray*}
If it has one, non-zero solution then it will have infinitely many solutions.
Clearly $(x,y,z)=(1,1,1)$ is a solution, and so $(x,y,z)=(k,k,k)$ are all solutions.