$\{f_i(x,y,z)\}$ is a sequence of polynomials with $f_0=1$. They satisfy $$f_{n+1}(x,y,z)=(x+z)(y+z)f_n(x,y,{z+1})-z^2f_n(x,y,z)$$ Pro. $f_i$s are symmetric.
Easy observation I made as following: $f_{n+1}(x,y,z)=(x+z)(y+z)( f_n(x,y,z+1)-f_n(x,y,z) ) + \sigma_2(x,y,z) f_n(x,y,z)$ It's sufficient to prove that $f_n(x,y,z+1)-f_n(x,y,z)$s are in the form $(x+y)g_n(x,y,z)$ with $g_n$s symmetric. Thus by induction I met difficulty with things like $g_n(x,y,z+1)$.
I don't know whether this way would work or not. I need your help, thx.