While working on a problem, I came to this:
What is the $n$th derivative of the hyperbolic cotangent?
For simplicity, let $c=\coth(x)$.
$c^{(0)}=c$
$c^{(1)}=-c^2+1$
$c^{(2)}=2c^3-2c$
$c^{(3)}=-6c^4+5c^2-2$
$c^{(4)}=24c^5-34c^3+10c$
Etc. It appears to be representable as a polynomial of $c$. Any ideas on what the coefficients are?
Update:
It appears the leading coefficient is trivially given by $(-1)^nn!$.
I am not entirely sure about the next non-zero coefficient, but I believe it is given as follows:
$$\sum_{p=0}^n(-1)^p\frac{(n-2)!}{(n-2-p)!}(n-p)!$$
Or something along these lines, where $\frac1{k!}=0$ if $k<0$.
Update:
Perhaps we should first look at the derivatives of hyperbolic tan? As there is no alternating sign...