A160346 Numerator of Hermite(n, 28/31).
1, 56, 1214, -147280, -15247604, 278422816, 162121152136, 5868012605504, -1852569274929520, -193970441218282624, 21183398609507010016, 4914382202347784594176, -172654010070721268484416, -123013935678909694915202560, -2574847302391901300899725184
Offset: 0
Examples
Numerators of 1, 56/31, 1214/961, -147280/29791, -15247604/923521,...
Crossrefs
Cf. A009975 (denominators).
Programs
-
Mathematica
HermiteH[Range[0,20],28/31]//Numerator (* Harvey P. Dale, Aug 08 2017 *)
-
PARI
a(n)=numerator(polhermite(n, 28/31)) \\ Charles R Greathouse IV, Jan 29 2016