I'm trying to find a pattern on the following sequence of functions $g_n: (-1, \infty) \rightarrow \mathbb R$:
$$g_{n+1} (x) = g'_n(x) + g_n^2(x)$$
with $g_1(x) = \ln (1+x) + \frac x{1+x}$ and I would like to plot this sequence on some website/app/software. Wolframalpha is not that great when dealing with sequences of functions, do you know any?
If you know a little python you can find an online ide and whip up something pretty fast with sympy. Desmos also has the ability for recursive functions but it wouldn’t get you much information about the function.