cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A160236 Numerator of Hermite(n, 5/29).

This page as a plain text file.
%I A160236 #13 Sep 08 2022 08:45:45
%S A160236 1,10,-1582,-49460,7488172,407648600,-58899040520,-4702980076400,
%T A160236 646447502318480,69747774931223200,-9088444540784918240,
%U A160236 -1264042019751023406400,155513980696092323212480,27068563933615579666902400,-3129783062564598942695063680
%N A160236 Numerator of Hermite(n, 5/29).
%H A160236 G. C. Greubel, <a href="/A160236/b160236.txt">Table of n, a(n) for n = 0..372</a>
%F A160236 From _G. C. Greubel_, Sep 26 2018: (Start)
%F A160236 a(n) = 29^n * Hermite(n, 5/29).
%F A160236 E.g.f.: exp(10*x - 841*x^2).
%F A160236 a(n) = numerator(Sum_{k=0..floor(n/2)} (-1)^k*n!*(10/29)^(n-2*k)/(k!*(n-2*k)!)). (End)
%e A160236 Numerators of 1, 10/29, -1582/841, -49460/24389, 7488172/707281
%t A160236 Numerator[HermiteH[Range[0,20],5/29]] (* _Harvey P. Dale_, Mar 10 2013 *)
%t A160236 Table[29^n*HermiteH[n, 5/29], {n, 0, 30}] (* _G. C. Greubel_, Sep 26 2018 *)
%o A160236 (PARI) a(n)=numerator(polhermite(n, 5/29)) \\ _Charles R Greathouse IV_, Jan 29 2016
%o A160236 (PARI) x='x+O('x^30); Vec(serlaplace(exp(10*x - 841*x^2))) \\ _G. C. Greubel_, Sep 26 2018
%o A160236 (Magma) [Numerator((&+[(-1)^k*Factorial(n)*(10/29)^(n-2*k)/( Factorial(k) *Factorial(n-2*k)): k in [0..Floor(n/2)]])): n in [0..30]]; // _G. C. Greubel_, Sep 26 2018
%Y A160236 Cf. A009973 (denominators).
%K A160236 sign,frac
%O A160236 0,2
%A A160236 _N. J. A. Sloane_, Nov 12 2009