Using Pochhammer symbols
$$S_n=\sum_{r=1}^{n}\frac{r\,n^{r-1}}{\prod_{k=1}^{r}(n+k)}=\sum_{r=1}^{n}\frac{r\, n^{r-1}}{(n+1)_r}$$ Using Wolfram Alpha and simplifying
$$S_n=1-\frac{n^n\sqrt{\pi } }{4^n\,\Gamma \left(n+\frac{1}{2}\right)}$$ which is the same as the result @Parcly Taxel gave in comments (before I answered).
When $n$ becomes large
$$S_n\sim 1-\frac 1 {\sqrt 2} e^{-n (2 \log (2)-1)}$$
Edit
If we consider
$$f(x)=\sum_{r=1}^{n}\frac{r\,n^{r-1}}{\prod_{k=1}^{r}(n+k)} x^r$$ there is an ugly explicit expression for $f(x)$ but I have not been able to integrate it.