I was trying to find the $n$th derivative of the function $$y=e^x\tanh^{-1}x$$
I managed to find a formula for the $n$th derivative by inspection that relates the $n$th derivatives with its lower order derivatives : $$(x^2-1)(y^{(n)}-y^{(n-1)})+2x(n-1)(y^{(n-1)}-y^{(n-2)})+n(n-1)(y^{(n-2)}-y^{(n-3)})+e^x=0$$
This applies only for values of $n \geq 3$
But is there a way to find the $n$th derivative explicitly in terms of $x$ and $n$ only?