editing
approved
editing
approved
The recursion H_{n+1}(x+y} ) = (x+y) H_n(x+y) + n H_{n-1}(x+y) follows from the differential raising and lowering operations of the Hermite polynomials.
From the Appell Sheffer polynomial calculus, the umbral compositional inverse of the sequence H_n(x+y), i.e., the sequence HI_n(x+y) such that H_n(HI.(x+y)) = (h. + HI.(x+y))^n = (h. + hi. + x + y)^n = (x+y)^n, is determined by e^{-t^2/2} = e^{hi. t}, so hi_n = -h_n and HI_n(x+y) = (-h. + x + y)^n = (-1)^n (h. - x - y)^n = (-1)^n H_n(-(x+y)). Then H_n(-H.(-(x+y)) ) = (x+y)^n.
In addition, HI_n(x) = (x - D) HI_{n-1}(x) = (x - D)^n 1 = e^{-D^2/2} x^n = e^{hi. D} x^n = e^{-h. D) } x^n with the e.g.f. e^{-t^2/2} e^{xt}.
Varvak gives the coefficients of x^{(n-m-k) D^{m-k} as n! / ( 2^k k! (n-k-m)! (m-k)! ), referring to them as the Weyl binomial coefficients, and derives them from rook numbers on Ferrers boards. (No mention of Hermite polynomials nor matchings on simplices are made.) Another combinatorial model and equivalent formula are presented in Blasiak and Flajolet (p. 16). References to much earlier work are given in both papers. - Tom Copeland, Jun 03 2021
approved
editing
proposed
approved
editing
proposed
Last /@ CoefficientRules[#, {x, y}] & /@ Table[Simplify[(-y)^n (-2)^(-n/2) HermiteH[n, (x + 1/y)/Sqrt[-2]]], {n, 0, 7}] // Flatten (* Andrey Zabolotskiy, Mar 08 2024 *)
approved
editing
proposed
approved
editing
proposed
With initial index 1, the lengths r(n) of the rows of nonzero coefficients are the same as those for the polynomials given by 1 + (x+y)^2 + (x+y)^4 + ... + (x+y)^n for n even and for those for (x+y)^1 + (x+y)^3 + ... + (x+y)^n for n odd since the Hermite polynomials are even or odd polynomials. Consequently, r(n)= O(n) = 1 + 2 + 4 + ... n for n odd and r(n) = E(n) = 2 + 4 + ... + n for n even, so O(n) = ((n+1)/2)^2 and E(n) = (n/2)((n/2)+1) = n(n+2)/4 = 2 HMT(n/2) where HMT(k) are the triangular numbers defined by HMT(k) = 0 + 1 + 2 + 3 + ... + k = A000217(k). E(n) corresponds to A002378. Additionally, r(n) + r(n+1) = 1 + 2 + 3 + ... + n+1 = HMT(n+1).
The number sequences associated to these polynomials are intimately related to the complete graphs K_n, which have n vertices and (n-1) edges. H_n(x) are the independence polynomials for K_n. The moments, h_n, of the H_n(x) Appell polynomials are the aerated double factorials A001147, the number of perfect matchings in the complete graph K_{n}, zero for odd n. The row lengths, A002620, give the number of maximal strokes on the complete graph K_n. The harmonic triangular numbers--the sum of two consecutive row lengths--give the number of edges of K_n. The row sums, A005425, are the number of matchings of the corona K'_n of the complete graph K_n and the complete graph K_1. K_n can be viewed as the projection onto a plane of the edges of the regular (n-1)-dimensional simplex, whose face polynomials are (x+1)^n - 1 (cf. A135278 and A074909).
With initial index 1, the lengths r(n) of the rows of nonzero coefficients are the same as those for the polynomials given by 1 + (x+y)^2 + (x+y)^4 + ... + (x+y)^n for n even and for those for (x+y)^1 + (x+y)^3 + ... + (x+y)^n for n odd since the Hermite polynomials are even or odd polynomials. Consequently, r(n)= O(n) = 1 + 2 + 4 + ... n for n odd and r(n) = E(n) = 2 + 4 + ... + n for n even, so O(n) = ((n+1)/2)^2 and E(n) = (n/2)((n/2)+1) = n(n+2)/4 = 2 HM(n/2) where HM(k) are the harmonic triangular numbers defined by HM(k) = 0 + 1 + 2 + 3 + ... + k = A000217(k). E(n) corresponds to A002378. Additionally, r(n) + r(n+1) = 1 + 2 + 3 + ... + n+1 = HM(n+1).
approved
editing
editing
approved