A103367 Absolute row sums of triangle A103364, which equals the matrix inverse of the Narayana triangle (A001263).
1, 2, 6, 26, 160, 1372, 15974, 245142, 4817712, 118198568, 3542890648, 127417949496, 5415490994368, 268526379444104, 15363229400769566, 1004545432884250126, 74441340170270921952, 6205992783298302119536
Offset: 2
Keywords
Programs
-
PARI
{a(n)=if(n<1,0,sum(k=1,n,abs(matrix(n,n,m,j,binomial(m-1,j-1)*binomial(m,j-1)/j)^-1)[n,k]))}
Comments