I have a group of polynomials where each term increases in degree and has coefficients that appear as Stirling numbers of the second kind:
$1: 1 \\ 2: 1+x \\ 3: 1+3x+x^2 \\ 4: 1+7x+6x^2+x^3 \\ 5: 1+15x+25x^2+10x^3+x^4 ...\\$
How can I represent consecutive polynomials in closed form and what properties of Stirling numbers and/or polynomials do I need to prove the nth polynomial with induction?