A160329 Numerator of Hermite(n, 21/31).
1, 42, -158, -168084, -6148500, 1033992792, 102514782264, -7618384022256, -1699206009514608, 45773620326594720, 31315357606300667424, 435476036787477513408, -643779296967334655115072, -37082549785094436884075136, 14528002423051857343574033280
Offset: 0
Examples
Numerators of 1, 42/31, -158/961, -168084/29791, -6148500/923521,...
Crossrefs
Cf. A009975 (denominators).
Programs
-
Mathematica
Numerator[HermiteH[Range[0,30],21/31]] (* Harvey P. Dale, May 07 2013 *)
-
PARI
a(n)=numerator(polhermite(n, 21/31)) \\ Charles R Greathouse IV, Jan 29 2016