I'm trying to find the explicit formula of a series: $a_1=\frac{1}{2}, a_{n+1}=\frac{(n+1)^2}{n(n+2)}a_n$
I calculated, that $,a_2=\frac{9}{6},a_3=\frac{3}{5},a_4=\frac{5}{8}$.
However, I fail to find any logic in the series. Could you help me?
Thanks
We have $$\frac{(n+2)a_{n+1}}{n+1}=\frac{(n+1)a_n}{n}.$$ Let $b_n=\frac{(n+1)a_n}{n}.$
Thus, $$b_{n+1}=b_n,$$ which gives $$b_n=b_1=\frac{2}{2}=1.$$
Id est, $$a_n=\frac{n}{n+1}.$$