| G.f.: A(x) = x + x^2 + 4*x^3 + 25*x^4 + 199*x^5 + 1855*x^6 + 19387*x^7 +...
Self-compositions A_{n+1}(x) = A( A_{n}(x) ) are related as follows.
A_2(x) = 1 - Series_Reversion[A(x)]/x where
A_2(x) = x + 2*x^2 + 10*x^3 + 71*x^4 + 616*x^5 + 6119*x^6 + 67210*x^7 +...
A_3(x) = 1 - x/A(x) where
A_3(x) = x + 3*x^2 + 18*x^3 + 144*x^4 + 1365*x^5 + 14544*x^6 +...;
A_4(x) = 1 - A(x)/A_2(x) where
A_4(x) = x + 4*x^2 + 28*x^3 + 250*x^4 + 2584*x^5 + 29584*x^6 +...
A_5(x) = 1 - A_2(x)/A_3(x) where
A_5(x) = x + 5*x^2 + 40*x^3 + 395*x^4 + 4435*x^5 + 54515*x^6 +...
A_6(x) = 1 - A_3(x)/A_4(x) where
A_6(x) = x + 6*x^2 + 54*x^3 + 585*x^4 + 7104*x^5 + 93555*x^6 +...
Self-compositions are also related by continued fractions:
A(x) = x/(1 - A_2(x)/(1 - A_4(x)/(1 - A_6(x)/(1 -...)))) ;
A_2(x) = A(x)/(1 - A_3(x)/(1 - A_5(x)/(1 - A_7(x)/(1 -...)))).
|