We have g_n(x_0) which is composition of functions f_i(x_0,x_1,...x_{i-1}), i=1..n where f_i(...) are basic arithmetic operations (add, sub, mul) on x_k and constants. For example:
x_1 = 2\cdot x_0*x_0 + x_0+0.567
x_2 = x_0x_1 + x_1 + 0.341
x_3 = 3.2x_2x_2+x_1+x_0
this way is simply to reach...