OFFSET
0,2
COMMENTS
The g.f. G(x) of A073711 satisfies: G(x) = G(x^2) + x*G(x^2)^2.
LINKS
Paul D. Hanna, Table of n, a(n) for n = 0..10000
FORMULA
PROG
(PARI) {a(n)=local(A=1); for(i=0, #binary(n), A=subst(A, x, x^2+x*O(x^n))+x*subst(A, x, x^2+x*O(x^n))^2); polcoeff(A^3, n)}
for(n=0, 65, print1(a(n), ", "))
CROSSREFS
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Dec 21 2012
STATUS
approved