OFFSET
0,2
COMMENTS
The logarithmic derivative yields A207140.
EXAMPLE
G.f.: A(x) = 1 + 2*x + 7*x^2 + 147*x^3 + 14481*x^4 + 6183605*x^5 +...
where the logarithm of the g.f. equals the l.g.f. of A207140:
log(A(x)) = x + 2*x^2/2 + 10*x^3/3 + 407*x^4/4 + 56746*x^5/5 +...
PROG
(PARI) {a(n)=polcoeff(exp(sum(m=1, n+1, x^m/m*sum(k=0, m, binomial(m, k)*binomial(m^2, k^2))+x*O(x^n))), n)}
for(n=0, 16, print1(a(n), ", "))
CROSSREFS
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Feb 15 2012
STATUS
approved