%I A141381
%S A141381 1,1,4,26,202,1786,17296,179826,1980484,22895120,276005616,3452880648,
%T A141381 44660161656,595491975516,8166748417744,114983040461254,
%U A141381 1659471907641924,24519436191927936,370506958317854776
%N A141381 G.f. satisfies: A(x) = x + A(A(A(A(x))^2)).
%F A141381 G.f. satisfies: A( x - A(A(A(x)^2)) ) = x.
%e A141381 G.f.: A(x) = x + x^2 + 4*x^3 + 26*x^4 + 202*x^5 + 1786*x^6 + 17296*x^7
+...
%e A141381 Related expansions:
%e A141381 A(A(x)) = x + 2*x^2 + 10*x^3 + 73*x^4 + 628*x^5 + 6038*x^6 + 62896*x^7
+...
%e A141381 A(A(A(x))) = x + 3*x^2 + 18*x^3 + 147*x^4 + 1392*x^5 + 14544*x^6 +...
%e A141381 A(A(A(A(x)))) = x + 4*x^2 + 20*x^3 + 122*x^4 + 820*x^5 + 5838*x^6 +...
%e A141381 A(A(A(A(x))^2)) = x^2 + 4*x^3 + 26*x^4 + 202*x^5 + 1786*x^6 +...
%e A141381 The series reversion of A(x) = x - A(A(A(x)^2)), where
%e A141381 A(A(A(x)^2)) = x^2 + 2*x^3 + 11*x^4 + 68*x^5 + 526*x^6 + 4556*x^7 +...
%o A141381 (PARI) {a(n)=local(A=x+x^2);for(i=1,n,A=x+subst(A,x,subst(A,x,subst(A^2,
x,A+x*O(x^n)))));polcoeff(A,n)}
%Y A141381 Cf. A141380, A141382, A141383; A141371.
%Y A141381 Sequence in context: A084211 A114496 A127086 this_sequence A118971 A124554
A164101
%Y A141381 Adjacent sequences: A141378 A141379 A141380 this_sequence A141382 A141383
A141384
%K A141381 nonn
%O A141381 1,3
%A A141381 Paul D. Hanna (pauldhanna(AT)juno.com), Jun 28 2008
|