I am looking for a function that fits this description:
$$ \frac{d^n}{dx^n}[f(x)] = n! f(x) $$ or $$ \frac{d^n}{dx^n}[f(x)] = (n-1)! f(x) $$
For all values of $n$, with this function i am looking to derive a new identity, would be greatly appreciated.
Try solving the system of ODEs and you'll see the only function is trivial. $$\frac{\mathrm{d}}{\mathrm{d}x} [f(x)] = f(x) \;\; \Rightarrow \;\; f(x) = Ce^t, \,C\in\mathbb{R}$$ $$\frac{\mathrm{d}^2}{\mathrm{d}x^2}[ f(x)] = \frac{\mathrm{d}^2}{\mathrm{d}x^2} [Ce^t] = Ce^t = 2Ce^t \;\; \Rightarrow \;\; C = 0,$$ i.e. $f(x) \equiv 0$. Clearly $f(x) \equiv 0$ solves the system of ODEs in the first identity so it is a solution. Similarly, we can show that the zero function is the only function satisfying the second system.