The falling factorial polynomials (x)_n := x*(x-1)*...*(x-n+1), n = 0,1,2,..., form a basis for the space of polynomials. Hence the polynomial (2*x)_n may be expressed as a linear combination of x_0, x_1,...,x_n; the coefficients in the expansion form the n-th row of the table. Some examples are given below.
This triangle is connected to two families of orthogonal polynomials, the Hermite polynomials H(n,x) A060821, and the Bessel polynomials y(n,x)A001498. The first few Hermite polynomials are
... H(0,x) = 1
... H(1,x) = 2*x
... H(2,x) = -2+4*x^2
... H(3,x) = -12*x+8*x^3
... H(4,x) = 12-48*x^2+16*x^4.
The unsigned coefficients of H(n,x) give the nonzero entries of the n-th row of the triangle.
The Bessel polynomials y(n,x) begin
... y(0,x) = 1
... y(1,x) = 1+x
... y(2,x) = 1+3*x+3*x^2
... y(3,x) = 1+6*x+15*x^2+15*x^3.
The entries in the n-th column of this triangle are the coefficients of the scaled Bessel polynomials 2^n*y(n,x).
Also the Bell transform of g(n) = 2 if n<2 else 0. For the definition of the Bell transform see A264428. - Peter Luschny, Jan 19 2016
REFERENCES
L. Comtet, Advanced Combinatorics, Reidel, 1974, page 158, exercise 7.