E.g.f.: F(x,z) := (exp(z)/(2-exp(z)))^x = Sum_{n>=0} P_n(x)*z^n/n!
= 1 + 2*x*z + (2*x+4*x^2)*z^2/2! + (6*x+12*x^2+8*x^3)*z^3/3! + ....
The generating function F(x,z) satisfies the partial differential equation d/dz(F(x,z)) = x*F(x,z) + x*F(x+1,z) and hence the row polynomials P_n(x) satisfy the recurrence relation
P_(n+1)(x)= x*(P_n(x) + P_n(x+1)), with P_0(x) = 1.
In what follows we change notation and write x^[n] for P_n(x).
Relation with the factorial polynomials:
For n >= 1,
x^[n] = Sum_{k = 1..n} (-1)^(n-k)*Stirling2(n,k)*2^k*x^(k),
and its inverse formula
2^n*x^(n) = Sum_{k = 1..n} |Stirling1(n,k)|*x^[k],
where x^(n) denotes the rising factorial x*(x+1)*...*(x+n-1).
Relation with the Bell polynomials:
The alternating n-th row entries (-1)^(n+k)*T(n,k) are the connection coefficients expressing the polynomial Bell(n,2*x) as a linear combination of Bell(k,x), 1 <= k <= n.
The delta operator:
The sequence of row polynomials is of binomial type. If D denotes the derivative operator d/dx then the delta operator D* for this sequence of binomial type polynomials is given by
D* = D/2 - log(cosh(D/2)) = log(2*exp(D)/(exp(D)+1))
= (D/2) - (D/2)^2/2! + 2*(D/2)^4/4! - 16*(D/2)^6/6! + 272*(D/2)^8/8! - ...,
where [1,2,16,272,...] is the sequence of tangent numbers
A000182.
D* is the lowering operator for the row polynomials
(D*)x^[n] = n*x^[n-1].
Associated Bernoulli polynomials:
Generalized Bernoulli polynomial GB(n,x) associated with the polynomials x^[n] may be defined by
GB(n,x) := ((D*)/(exp(D)-1))x^[n].
They satisfy the difference equation
GB(n,x+1) - GB(n,x) = n*x^[n-1]
and have the expansion
GB(n,x) = -(1/2)*n*x^[n-1] + (1/2)*Sum_{k = 0..n} binomial(n,k) * B_k * x^[n-k], where B_k denotes the ordinary Bernoulli numbers.
The first few polynomials are
GB(0,x) = 1/2, GB(1,x) = x-3/4, GB(2,x) = 2*x^2-2*x+1/12,
GB(3,x) = 4*x^3-3*x^2-x, GB(4,x) = 8*x^4-4*x^2-4*x-1/60.
It can be shown that
1/(n+1)*(d/dx)(GB(n+1,x)) = Sum_{i = 0..n} 1/(i+1) * Sum_{k = 0..i} (-1)^k *binomial(i,k)*(x+k)^[n].
This generalizes a well-known formula for Bernoulli polynomials.
Relations with other sequences:
Row sums:
A000629(n) = 2*
A000670(n). Column 1: 2*
A000670(n-1). Row polynomials evaluated at x = 1/2: {P_n(1/2)}n>=0 = [1,1,2,7,35,226,...] =
A014307.
Conjecture: o.g.f. as a continued fraction of Stieltjes type: 1/(1 - 2*x*z/(1 - z/(1 - 2*(x + 1)*z/(1 - 2*z/(1 - 2*(x + 2)*z/(1 - 3*z/(1 - 2*(x + 3)*z/(1 - 4*z/(1 - ... ))))))))). -
Peter Bala, Dec 12 2024
Comments