OFFSET
0,5
COMMENTS
The Narayana triangle begins:
1;
1, 1;
1, 3, 1;
1, 6, 6, 1;
1, 10, 20, 10, 1;
...
An eigentriangle of T is generated by taking the termwise product of (n-1)-th row terms of triangle T (in this case the Narayana triangle A001263); and the eigensequence of T = A102812 = (1, 1, 2, 6, 25, 136, 927,...).
Sum of n-th row terms of triangle A143778 = rightmost term of (n+1)-th row.
Right border of the triangle = the eigensequence of T.
Row sums of the triangle = the eigensequence of T shifted one place to the left: (1, 2, 6, 25, 136,...)
FORMULA
Apparently for k<n, a(n,k)= binomial(n+1,k+1)*n!/(n+1-k)!. - Tom Copeland, Oct 08 2014
EXAMPLE
Triangle begins:
1;
1, 1;
1, 3, 2;
1, 6, 12, 6;
1, 10, 40, 60, 25;
1, 15, 100, 300, 375, 136;
1, 21, 210, 1050, 2625, 2856, 927;
...
Row 3 = (1, 6, 12, 6) = (1*1, 6*1, 6*2, 1*6) = termwise product of row 3 of the Narayana triangle: (1, 6, 6, 1) and the first 4 terms of the eigensequence of the Narayana triangle = (1, 1, 2, 6).
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Gary W. Adamson, Aug 31 2008
STATUS
approved