OFFSET
1,2
LINKS
G. C. Greubel, Rows n=1..30 of triangle, flattened
Eric Weisstein's World of Mathematics, Hermite Polynomial.
EXAMPLE
{0},
{-8, 0},
{0, -2048, 0},
{192, 16384, 28311552, 0},
{0, -1179648, 0, 29686813949952, 0},
{-7680, 67108864, -289910292480, 5699868278390784, -3039929748475084800000, 0}
MATHEMATICA
Flatten[Table[Resultant[HermiteH[n, x], HermiteH[k, x], x], {k, 20}, {n, k}]]
PROG
(PARI) T(n, k) = polresultant(polhermite(n), polhermite(k)); \\ Michel Marcus, Jul 10 2018
CROSSREFS
KEYWORD
AUTHOR
STATUS
approved