← Back to Theme 1: Stieltjes Moment Sequences
Graham, Knuth, and Patashnik (GKP), in their book Concrete Mathematics (1994) posed the following
"research problem" [Problem 6.94, pp. 319 and 564]:
Problem: Develop a general theory of the solutions to the recurrence
\[T(n,k) = (\alpha n + \beta k + \gamma) \, T(n-1,k) + (\alpha' n + \beta' k + \gamma') \, T(n-1,k-1)\]
for \(n\geq 1\) and \(k\in \mathbb{Z}\) with initial condition \(T(n,k) = \delta_{k0}\).
See Barbero--Salas--Villasenor (2014, 2015) and Salas--Sokal (2021).
Let \(A = \{T(n,k)\}_{n,k\geq 0}\) be a triangular array satisfying the GKP recurrence. Let \(P_{n}(x) = \sum_{k=0}^n T(n,k) x^k\) denote its row-generating polynomial.
Conjecture: The sequence of polynomials \( \left(P_n(x)\right)_{n\geq 0}\) is coefficientwise Hankel totally positive in the seven variables \(\alpha,\beta,\gamma,\alpha',\beta',\gamma',x\).