Let $\sum_{k=0}^\infty a_kz^k\in \mathbb{C}[[z]]$ be a power series with radius of convergence $r$. Let $\{y_n\}_{n\ge 0}$ be defined by:
$$ y_0=1, \qquad\text{ and } \qquad y_n=\frac{1}{n}\sum_{j=1}^n a_{j-1}y_{n-j},\quad\forall n\ge 1.$$ Prove that the radius of convergence of $\sum_{k=0}^\infty y_kz^k$ is at least $r$.
Ideas: I have tried several ways and I cannot solve it.
An example that radius of $y$ series is greater than $a$ series:
let $a_{2n}=1,a_{2n+1}=-1$, then $y_0=y_1=1$ and $y_n=0$ for $n\ge 2$
$A(z) =\sum_{k=0}^\infty a_kz^k$, $Y(z) =\sum_{k=0}^\infty y_kz^k $.
$y_n =\frac{1}{n}\sum_{j=1}^n a_{j-1}y_{n-j} =\frac{1}{n}\sum_{j=0}^{n-1} a_{j}y_{n-j-1} $ so $y_{n+1} =\frac{1}{n+1}\sum_{j=1}^{n+1} a_{j-1}y_{n+1-j} =\frac{1}{n+1}\sum_{j=0}^{n} a_{j}y_{n-j} $.
Therefore
$A(z)Y(z) =\sum_{n=0}^{\infty} z^n\sum_{j=0}^n a_jz_{n-j} =\sum_{n=0}^{\infty} z^n(n+1)y_{n+1} $.
This looks like a derivative, so let's try that.
$Y'(z) =\sum_{k=1}^\infty ky_kz^{k-1} =\sum_{k=0}^\infty (k+1)y_{k+1}z^{k} $.
Therefore $AY = Y'$ so $A =\dfrac{Y'}{Y} =(\ln(Y))' $ or $\ln(Y) =\int A$ or $Y =e^{\int A} $.
The radius of convergence of $\int A$ is at least that of $A$ since the coefficients are smaller and we can use the root test.
If $U(z) = e^{V(z)}$, $U(z)$ converges for any $z$ for which $V(z)$ converges, since we can just evaluate $V(z)$ and then take $exp$ of it.
Therefore, the radius of convergence of $Y(z)$ is at least that of $e^{A(z)}$.