The formula given by Chris Jones seems to be the best available, and I just want to make a couple of remarks.
1) With $F = 1 + \displaystyle\sum_{n \geq 1} a_nx^n $, the formula
\begin{align*}
F^{-1} &= \displaystyle\sum_{n \geq 0} (-1)^n \Big(\sum_{i \geq 1} a_{i}x^i\Big)^n
\end{align*}
is just a consequence of the geometric series expansion:
$$
\frac1{1+w} = \sum_{n\geq 0} (-1)^n w^n,
$$
with $w=\sum_{i \geq 1} a_{i}x^i$, ie, the "generalized binomial theorem" is not really needed.
2) The formula for $F^{-1}$ can be rewritten in terms of partitions of the natural number $n$.
Indeed, partitions of $n$ (into equal or different non-zero parts) are in bijection with sequences of non-negative integers $(\beta_1,\cdots,\beta_n)$, satisfying $$\sum_{i}i\beta_i= n.$$
This gives the interpretation of each $\beta_i$ as the number of parts of size equal to $i$ (it can, of course, be zero). Moreover $\sum_{i}\beta_i$ becomes now the total number of parts of the partition (usually called the length of the partition).
Then, the formula admits this shorter version:
$$F^{-1} = \displaystyle\sum_{n \geq 0} \Bigg(\sum_{\beta=(\beta_i)\in P_n} (-1)^{|\beta|} |\beta| ! \prod_{i=1}^n \frac{a_i^{\beta_i}}{\beta_i !} \Bigg) x^n $$
where $P_n$ denotes the finite set of all partitions of $n$, and $|\beta|$ is the length of the partition $\beta = (\beta_1,\cdots,\beta_n)\in P_n$