Given the recursion relationship $n_{i+1}=(e^{-x})\frac{dn_{i}}{dx}$ for $i=0,1,2,\ldots,$ where $n_{0}$ is a known function of $x$, what is the solution to $n_{k}$ in terms of $x$ and the derivatives of $n_{0}$, where $k$ is any positive integer?
Re what I've tried, things simplify a bit if I express $n_0$ as $n_0=e^{y}$ and look for the solution in terms of the derivatives of $y$ (which may be expressed in terms of $x$, $n_0$, and the derivatives of $n_0$ as required by the question). We have then,
$n_1=e^{y-x}\frac{dy}{dx}$
$n_{2}=e^{y-2x}\left( \frac{d^{2}y}{dx^{2}}+\left( \frac{dy}{dx}\right)^{2}-\frac{dy}{dx}\right)$
$n_{3}=e^{y-3x}\left( \frac{d^{3}y}{dx^{3}}+3\frac{dy}{dx}\frac{d^{2}% y}{dx^{2}}+\left( \frac{dy}{dx}\right) ^{3}-3\left( \frac{dy}{dx}\right) ^{2}-3\frac{d^{2}y}{dx^{2}}+2\frac{dy}{dx}\right) $
This gives a feel for where things are headed. The solution comes down to figuring out the integer coefficients of all the resultant derivatives and products of derivatives.