OFFSET
0,2
LINKS
Vaclav Kotesovec, Table of n, a(n) for n = 0..850
FORMULA
EXAMPLE
G.f. A(x) = 1 + 2*x + 6*x^2 + 26*x^3 + 148*x^4 + 1012*x^5 + 7824*x^6 +...
A(x) satisfies: A(x*F(x)) = F(x) = g.f. of A005568:
F(x) = 1 + 2*x + 10*x^2 + 70*x^3 + 588*x^4 + 5544*x^5 + 56628*x^6 +...+ A000108(n)*A000108(n+1)*x^n +...
A(x) satisfies: A(x/G(x)) = G(x) = g.f. of A004304:
G(x) = 1 + 2*x + 2*x^2 + 6*x^3 + 28*x^4 + 160*x^5 + 1036*x^6 +...
PROG
(PARI) {a(n)=local(C_2=vector(n+1, m, (binomial(2*m-2, m-1)/m)*(binomial(2*m, m)/(m+1)))); polcoeff((x/serreverse(x*Ser(C_2))), n)}
CROSSREFS
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Nov 26 2009
STATUS
approved