OFFSET
0,2
COMMENTS
Triangle T=A132875 obeys: the g.f. of row n of T^n = (y + n*(n+1))^n for n>=0.
PROG
(PARI) {a(n)=local(M=Mat([1, 0; 1, 1]), N, L); for(i=1, n, N=M; M=matrix(#N+1, #N+1, r, c, if(r>=c, if(r<=#N, (N^(#N))[r, c], polcoeff((x+(#M)*(#M+1))^(#M), c-1)))); L=sum(i=1, #M, -(M^0-M)^i/i); M=sum(i=0, #M, (L/#N)^i/i!); ); M[n+2, 2]*2/(n+1)/(n+2)}
CROSSREFS
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Sep 29 2007
STATUS
approved