A160349 Numerator of Hermite(n, 30/31).
1, 60, 1678, -129960, -17472948, -49244400, 164960366280, 10465508397600, -1591446264075120, -256404432966004800, 12144571498011137760, 5656767491487280521600, 82645518878285356774080, -125508954290965516543737600, -9595518192150768916981418880
Offset: 0
Examples
Numerators of 1, 60/31, 1678/961, -129960/29791, -17472948/923521,...
Crossrefs
Cf. A009975 (denominators).
Programs
-
Mathematica
HermiteH[Range[0,20],30/31]//Numerator (* Harvey P. Dale, Jul 02 2017 *)
-
PARI
a(n)=numerator(polhermite(n, 30/31)) \\ Charles R Greathouse IV, Jan 29 2016