I'm trying to obtain a closed form for the coefficients of the Taylor expansion of the function $\frac{x}{\sinh(x)}$ near $0$.
I have calculated up to order 15 with a program and the expansion is $$ - \frac{8191 x^{14}}{37362124800} + \frac{1414477 x^{12}}{653837184000} - \frac{73 x^{10}}{3421440} + \frac{127 x^{8}}{604800} - \frac{31 x^{6}}{15120} + \frac{7 x^{4}}{360} - \frac{x^{2}}{6} + 1 $$ i didn't recognize these numbers at all. I know that such function is the inverse of the even part of the function $f(x)=\frac{1-e^x}{x}$. The coefficients of the function $f(x)^{-1}$ admits a closed form in terms of Bernoulli number, so i was hoping that this function admits a closed form, too. Did you know any reference where i can find tables of Taylor series?
Hint. One may notice that $$ \frac{x}{\sinh(x)}=\frac{2x}{e^x-e^{-x}}=\frac{2x}{1-e^{-x}}-\frac{2x}{1-e^{-2x}} $$ then use the standard generating function:
https://mathworld.wolfram.com/BernoulliNumber.html.