Background
Let,
$$ S(x,a) = \sum_{r=1}^\infty \sum_{d|r} \frac{x^r}{a^d d!}$$
Another representation of this series for all derivatives around $0$ is given by:
$$ S(x,a) = \sum_{r=1}^\infty (e^{\frac{x^r}{a}} -1 ) $$
where $|x| < 1$ and $a \neq 0$
$$ \frac{1}{2 \pi i} \oint \frac{f(a)}{a} \lim_{x \to 0 } \frac{\partial^r S}{\partial x^{r}} da = \delta_{1,r}$$
where $r$ is a positive non-zero integer and $\delta_{1,r}$ is only $1$ when $r = 1$
With, $f$ being analytic then we claim:
$$f^{'n}(0) = \mu(n)$$
where $\mu$ is the Möbius function.
Question
Are there any simplifications which can be done to:
$$ \frac{1}{2 \pi i} \oint \frac{f(a)}{a} \lim_{x \to 0 } \frac{\partial^r S}{\partial x^{r}} da = \delta_{1,r}$$
To possibly invert it?
The below are examples of the claim:
Example $1$
Consider, the following equation:
$$ S(x,a) = \sum_{r=1}^\infty (e^{\frac{x^r}{a}} -1 )$$
Differentiating both sides with respect to $x$:
$$ S'(x,a) = \frac{1}{a}e^{\frac{x}{a}} + \frac{2x}{a}e^{\frac{x^2}{a}} + \dots$$
Multiplying by $\frac{f(a)}{a}$ and taking $x \to 0$:
$$ \frac{f(a)}{a} \lim_{x \to 0}S'(x,a) = \frac{f(a)}{a^2}$$
Taking the contour integral with respect to $a$:
$$\oint \frac{f(a)}{a^2} da = f'(0) = 1$$
Example $2$
Consider, the following equation:
$$ S(x,a) = \sum_{r=1}^\infty (e^{\frac{x^r}{a}} -1 ) $$
Differentiating both sides with respect to $x$ twice:
$$ S''(x,a) = \frac{1}{a^2}e^{\frac{x}{a}} + \frac{2}{a}e^{\frac{x^2}{a}} + \dots$$
Multiplying by $\frac{f(a)}{a}$ and taking $x \to 0$:
$$ \frac{f(a)}{a} \lim_{x \to 0} S''(x,a) = \frac{f(a)}{a^3} + 2 \frac{f(a)}{a^2}$$
Taking the contour integral with respect to $a$:
$$\oint (\frac{f(a)}{a^3} + 2 \frac{f(a)}{a^2}) da = 2! f''(0) + 2f'(0) \implies f''(0) = -1$$
(Using example $1$ in the last step)
I thought about this for a bit and actually I arrive at a different result. So probably I made a mistake.