OFFSET
0,2
FORMULA
G.f. satisfies: (1+x^2)^2 - 2*(1+x^2)*G(x) + (1+x)*G(x)^2 - x*G(x)^3 = 0 where G(x)^2 = A(x) and G(x) = 1 + x*A(x)/A(-x) is the g.f. of A143555.
EXAMPLE
G.f.: A(x) = 1 + 2*x + 9*x^2 + 24*x^3 + 88*x^4 + 280*x^5 + 1064*x^6 +...
A(x)/A(-x) = 1 + 4*x + 8*x^2 + 28*x^3 + 80*x^4 + 308*x^5 + 984*x^6 +...
PROG
(PARI) {a(n)=local(A=1+x*O(x^n)); for(i=0, n, B=A/subst(A, x, -x); A=(1+x*B)^2); polcoeff(A, n)}
CROSSREFS
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Aug 24 2008
STATUS
approved