I want to prove that the n-th derivation of $f(t)=e^\frac{-1}{t}, t\in \mathbb{R}, t \gt 0$ is
$f^{(n)}(t) = p_n(1/t) e^{-1/t}, t\in(0, +\infty)$ where $p_n(x)$ is a polynomial of degree $\ge 2$ by induction.
Assuming it's true for $n$, I want to show that it's also true for $n+1$, which means that $f^{(n+1)}(t) = p_{n+1}(1/t) e^{-1/t}$. But I can't get any further.
$f^{(n+1)}(t)={f^{(n)}(t)}'={p_n(1/t)e^{-1/t}}'= p_{n-1}(1/t)e^{-1/t}+p_n(1/t)1/t^2e^{-1/t}=e^{-1/t}(p_{n-1}(1/t)+p_n(1/t)1/t^2) = ?)$
By induction $P_0=1$ has degree $0$ since $f(t) =e^{1/t}$
Now Set $X= 1/t$ , and assume that $P_n$ is of degree $2n$ then after computation we have $$f^{(n+1)}(t)= e^{-1/t}(p_{n-1}(1/t)+p_n(1/t)1/t^2 \\=e^{-1/t}(p_{n-1}(X)+p_n(X)X^2 )= e^{-1/t}p_{n+1}(X) $$
clearly $$p_{n+1}(X)=p_{n-1}(X)+p_n(X)X^2 $$ is a polynomial degree $2n+2$ and $$f^{(n+1)}(t)= e^{-1/t} p_{n+1}(1/t)$$