Prove $\sum_{i=1}^{m}A_{i} = n\left(1 - 1(1-\frac1n)^m\right)$, where $A_{m}=1-\frac{A_{m-1}+A_{m-2}+\ldots+A_{2}+A_{1}}{n}$ and $A_1=1$ for $m,n>0$.
I don't have any idea on how to simplify these.
The question that inspired this is the expected number of distinct values if we draw $m$ times from $[1,n]$. RHS and LHS were two approaches that I used to solve the problem, and were proven computationally to be equivalent.
Define: $S_m=A_1+...+A_m$, so we have:
$$A_m=S_m-S_{m-1}=1-\frac{1}n S_{m-1}$$
$$S_m=\beta S_{m-1}+1,~~~~\beta=\left(1-\frac{1}n\right),~~~~S_1=A_1=1$$
$$S_m+\frac{1}{\beta-1}=\beta\left(S_{m-1}+\frac{1}{\beta-1}\right)$$
Let $C_m=S_{m}+\frac{1}{\beta-1}$, $C_1=1+\frac{1}{\beta-1}=1-n,$
$$\frac{C_m}{C_{m-1}}=\beta$$
Can you proceed from here?