With reference to the method @MarkViola used to prove a formula for finding the square root of $x>1$ in Analysis of Convergence Properties of a Series Approximation to $\sqrt{x}$ and $\frac{1}{\sqrt{x}}$
I have now found a formula for generating a rational series for arbitrary positive integer roots of a number $x>1$: $$\sqrt[r]{x}=\sum_{n=0}^\infty \binom{rn}{n} \frac{((r-1)n)!}{r^{2n}\,n!\,\prod_{k=1}^n(\prod_{j=1}^{r-2}(rk-j))}\left(1-\frac{1}{x} \right)^n \tag{1}$$ It is quite messy. Can it be simplified? or Is there a simpler way of achieving this?
Update: Using Mathematica I have now managed to simplify my extremely ugly formula to a much more palatable form: $$\sqrt[r]{x}=\sum _{n=0}^{\infty } \frac{ \Gamma \left(n+\frac{1}{r}\right)}{n! \,\Gamma \left(\frac{1}{r}\right)}\left(1-\frac{1}{x}\right)^n \tag{2}$$ As yet through I don not not how to get from (1) to (2) and I have no general proof for either formula, apart from the specific proof referenced above for $r=2$.
Any thoughts?
Note Added 03/06/2020
For Reference $$\frac{1}{\sqrt[r]{x}}=\sum _{n=0}^{\infty } \frac{ \Gamma \left(n-\frac{1}{r}\right)}{n! \,\Gamma \left(-\frac{1}{r}\right)}\left(1-\frac{1}{x}\right)^n$$
and
$$\frac{1}{\sqrt[r]{x}}=\sum _{n=0}^{\infty }\binom{r n}{n} \frac{ ((r-1) n )! }{ r^{2 n} \, n! \,(r \,n -1)\prod _{k=1}^n \left(\prod _{j=1}^{r-2} (r k -(r-j)) \right) } \left(1-\frac{1}{x} \right)^n $$