OFFSET
0,2
COMMENTS
Row sums = A061667: (1, 3, 9, 26, 73, 201, ...).
Reversal of A097750. - Philippe Deléham, Jan 11 2014
Riordan array (1/(1-2x), x/(1-x)^2). - Philippe Deléham, Jan 11 2014
Diagonal sums are A045623. - Philippe Deléham, Jan 11 2014
LINKS
Filippo Disanto, Some Statistics on the Hypercubes of Catalan Permutations, Journal of Integer Sequences, Vol. 18 (2015), Article 15.2.2 (see Table 2).
FORMULA
Binomial transform of A004070.
T(n,k) = 2*T(n-1,k) + T(n-1,k-1) - T(n-2,k), T(0,0)=1, T(n,k)=0 if k < 0 or if k > n. - Philippe Deléham, Jan 11 2014
EXAMPLE
First few rows of the triangle:
1;
2, 1;
4, 4, 1;
8, 11, 6, 1;
16, 26, 22, 8, 1;
32, 57, 64, 37, 10, 1;
...
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Gary W. Adamson, Jun 23 2007
EXTENSIONS
More terms from Philippe Deléham, Jan 11 2014
STATUS
approved