OFFSET
0,2
FORMULA
Forms the logarithmic derivative of A216355 after ignoring initial term a(0).
EXAMPLE
L.g.f.: L(x) = 2*x + 346*x^2/2 + 5280932*x^3/3 + 6332299624282*x^4/4 + 548057409594239814752*x^5/5 +...
where exp(L(x)) = 1 + 2*x + 175*x^2 + 1760658*x^3 + 1583078442003*x^4 + 109611485085305859618*x^5 +...+ A216355(n)*x^n +...
PROG
(PARI) {a(n)=sum(k=0, n^2, binomial(n^2, k)^3)}
for(n=0, 15, print1(a(n), ", "))
CROSSREFS
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Sep 04 2012
STATUS
approved