A124468 Secondary diagonal of rectangular table A124460.
1, 3, 13, 73, 506, 4117, 37703, 378529, 4106995, 47766886, 592228264, 7791350900, 108323265571, 1585742194947, 24364012940723, 391780319558565, 6577005078357973, 115010285695135090, 2090723838361780991
Offset: 0
Keywords
Crossrefs
Programs
-
PARI
{a(n)=local(R=vector(n+2,r,vector(n+1,c,binomial(r+c-2,c-1)))); for(i=0,n+1,for(r=0,n+1,R[r+1]=Vec(sum(c=0,n,x^c*Ser(R[c+1])^r+O(x^(n+2))))));R[n+2][n+1]}
Comments