OFFSET
0,2
LINKS
Vaclav Kotesovec, Table of n, a(n) for n = 0..370
FORMULA
G.f.: A(x) = 1 + 3x*R(x,3)^2, where R(x,3) = 1 + 4*x*R(x,4)^2, R(x,4) = 1 + 5*x*R(x,5)^2, ..., R(x,n) = 1 + (n+1)*x*R(x,n+1)^2, ... and R(x,n) is the g.f. of row n of table A128570.
a(n) ~ 8*n^2*A128318(n)/9. - Vaclav Kotesovec, Mar 19 2016
PROG
(PARI) {a(n)=local(A=1+(n+3)*x); for(j=0, n, A=1+(n+3-j)*x*A^2 +x*O(x^n)); polcoeff(A, n)}
CROSSREFS
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Mar 11 2007
STATUS
approved