My task is to find the values $f^{(2017)}(0)$ and $f^{(2018)}(0)$ for $f(x)=\frac{\arccos(x)}{\sqrt{1-x^2}}$.
Basically, it's about finding the $n^{th}$ derivative of $f$. So I noticed if I let $g(x)=arccos(x)$, then $f(x)=-g(x)\cdot g'(x)$. I was able to prove by induction that for all $n\geq 2$ and $k\in \Bbb{N}$ the $n^{th}$ derivative of $g'$ is $$[(g')^{k}]^{(n)}(0)=k\cdot(n-1)\cdot[(g')^{k+2}]^{(n-2)}(0)$$ But even with applying the Leibniz rule to $f=g\cdot g'$ I don't understand how to get the final result. Did I make the wrong approach to the problem or is the general formula above useful? If so, how should I apply it?
Partial answer: $(g\cdot g')^{(n)}=\sum_{i+j=n}g^{(i)}\cdot g^{(1+j)}$ so even with a formula for $g^{(n)}$ we still have that sum in our way. Perhaps it is tractable but it may not be.
For the $2018$ case, in fact, this small miracle does seem to happen: for $|x|<1$ we have that
\begin{align*} \arccos x&=\frac{\pi}{2}-\sum_{n=0}^{\infty}\frac{(2n-1)!!}{(2n)!!}\frac{x^{2n+1}}{2n+1} \\ \frac{1}{\sqrt{1-x^{2}}}&=\sum_{n=0}^{\infty}\frac{(2n-1)!!}{(2n)!!}x^{2n} \end{align*}
Now, we wish to find $f^{(2018)}(0)$, which means finding the coefficient of $x^{2018}$ in the product of the above two series. The detail is that the second series only has even powers of $x$, and the first series only has odd powers of $x$, save for the constant. This mean that the coefficient $c_{n}$ of $x^{2n}$ in the product of the series must be $=a_{0}b_{2n}$, where $a_{i}$ is the coefficient of the term of degree $i$ in the first series, and $b_{j}$ is the coefficient of the term of degree $j$ in the second series:
$$ f^{(2018)}(0) = \frac{\pi}{2}\frac{4035!!}{4036!!} $$