For any reals $a$, $b$, $c$ and $d$ prove that: $$\frac{a}{1+a^2}+\frac{b}{1+a^2+b^2}+\frac{c}{1+a^2+b^2+c^2}+\frac{d}{1+a^2+b^2+c^2+d^2}\leq\frac{3}{2}$$
C-S in the IMO 2001 stile does not help here: \begin{align} &\frac{a}{1+a^2}+\frac{b}{1+a^2+b^2}+\frac{c}{1+a^2+b^2+c^2}+\frac{d}{1+a^2+b^2+c^2+d^2} \\ \leq&\sqrt{4\left(\tfrac{a^2}{(1+a^2)^2}+\tfrac{b^2}{(1+a^2+b^2)^2}+\tfrac{c^2}{(1+a^2+b^2+c^2)^2}+\tfrac{d^2}{(1+a^2+b^2+c^2+d^2)^2}\right)}\\ \leq&2\sqrt{\tfrac{a^2}{1+a^2}+\tfrac{b^2}{(1+a^2)(1+a^2+b^2)}+\tfrac{c^2}{(1+a^2+b^2)(1+a^2+b^2+c^2)}+\tfrac{d^2}{(1+a^2+b^2+c^2)(1+a^2+b^2+c^2+d^2)}} \\ =&2\sqrt{1-\tfrac1{1+a^2}+\tfrac1{1+a^2}-\tfrac1{1+a^2+b^2}+\tfrac1{1+a^2+b^2}-\tfrac1{1+a^2+b^2+c^2}+\tfrac1{1+a^2+b^2+c^2}-\tfrac1{1+a^2+b^2+c^2+d^2}} \\ <&2 \end{align} We can assume that our variables are non-negative, of course.
For two variables we can get a best estimation here: $$\frac{a}{1+a^2}+\frac{b}{1+a^2+b^2}\leq\sqrt{\frac{207+33\sqrt{33}}{512}}\approx0.88...$$ There is also the following Ji Chen's estimation: $$\frac{x_1}{1+x_1^2}+\frac{x_2}{1+x_1^2+x_2^2}+\dotsb+\frac{x_n}{1+x_1^2+x_2^2+\dotsb+x_n^2}<\sqrt{n}-\dfrac{\ln{n}}{2\sqrt{n}},$$ but it does not help.
Thank you!