OFFSET
0,5
MAPLE
G036656 := G001190-x; A036656 := n->coeff(G036656, x, n);
MATHEMATICA
terms = 33; A[_] = 0; Do[A[x_] = x + (1/2)*(A[x]^2 + A[x^2]) + O[x]^terms // Normal, terms];
CoefficientList[A[x] - x, x] (* Jean-François Alcover, Jan 24 2018 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved