OFFSET
0,4
COMMENTS
Let the triangle T_(x,y)=T defined by T(0,0)=1, T(n,k)=0 if k<0 or if k>n, T(n,0)=x*T(n-1,0)+T(n-1,1), T(n,k)=T(n-1,k-1)+y*T(n-1,k)+T(n-1,k+1) for k>=1.
This triangle gives the coefficients of Sum_{k=0..n} T(n,k) where y=2x.
First column of T_(x,2x) is given by A126222.
LINKS
M. Barnabei, F. Bonetti, and M. Silimbani, The Eulerian numbers on restricted centrosymmetric permutations, PU. M. A. Vol. 21 (2010), No. 2, pp. 99-118 (see Table p. 118, with additional zeros); see also, arXiv:0910.2376 [math.CO], 2009.
FORMULA
EXAMPLE
Triangle begins:
1;
1, 1;
2, 3, 1;
3, 9, 7, 1;
6, 20, 28, 15, 1;
10, 50, 85, 75, 31, 1;
...
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Philippe Deléham, Dec 04 2009
EXTENSIONS
More terms from Alois P. Heinz, Jan 31 2023
STATUS
approved