I want to prove the following statement:
$$ \beta(t,x)=C(1+t,x)= \frac {C((1+t)x)} {1-xC((1+t)x)} $$
Where $C(x)$ is the generating function for the Catalan Numbers and $ \beta(x) $ is the Borel generating function.
I know I have to use the fact that $$ C(t,x)= \frac {C(tx)} {1-xC(tx)}$$ But unsure what other statements i need to use. Any help would be great thanks.
We assume \begin{align*} C(t,x)&=\sum_{n=0}^\infty\sum_{k=0}^n C_{n,k}t^kx^n=\frac{C(tx)}{1-xC(tx)}\tag{1}\\ B_{n,k}&=\sum_{s=k}^n\binom{s}{k}C_{n,s}\tag{2} \end{align*}
Comment:
In (3) we use $\sum_{k=0}^n\sum_{s=k}^n a_{k,s}=\sum_{\color{blue}{0\leq k\leq s\leq n}} a_{k,s}=\sum_{s=0}^n\sum_{k=0}^s a_{k,s}$.
In (4) we apply the binomial theorem.