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.

A160150 Numerator of Hermite(n, 22/27).

This page as a plain text file.
%I A160150 #15 Sep 08 2022 08:45:44
%S A160150 1,44,478,-107272,-6810740,325937744,63991555336,-35674949728,
%T A160150 -654667511547248,-28389257894451520,7341419739167121376,
%U A160150 736937848624456502144,-85316424437286206533952,-16647387274774084049005312,884602468694263060488292480
%N A160150 Numerator of Hermite(n, 22/27).
%H A160150 G. C. Greubel, <a href="/A160150/b160150.txt">Table of n, a(n) for n = 0..375</a>
%F A160150 From _G. C. Greubel_, Sep 24 2018: (Start)
%F A160150 a(n) = 27^n * Hermite(n, 22/27).
%F A160150 E.g.f.: exp(44*x - 729*x^2).
%F A160150 a(n) = numerator(Sum_{k=0..floor(n/2)} (-1)^k*n!*(44/27)^(n-2*k)/(k!*(n-2*k)!)). (End)
%e A160150 Numerators of 1, 44/27, 478/729, -107272/19683, -6810740/531441, ...
%t A160150 Numerator[HermiteH[Range[0,20],22/27]] (* _Harvey P. Dale_, Jul 29 2013 *)
%t A160150 Table[27^n*HermiteH[n, 22/27], {n, 0, 30}] (* _G. C. Greubel_, Sep 24 2018 *)
%o A160150 (PARI) a(n)=numerator(polhermite(n, 22/27)) \\ _Charles R Greathouse IV_, Jan 29 2016
%o A160150 (PARI) x='x+O('x^30); Vec(serlaplace(exp(44*x - 729*x^2))) \\ _G. C. Greubel_, Sep 24 2018
%o A160150 (Magma) [Numerator((&+[(-1)^k*Factorial(n)*(44/27)^(n-2*k)/( Factorial(k) *Factorial(n-2*k)): k in [0..Floor(n/2)]])): n in [0..30]]; // _G. C. Greubel_, Sep 24 2018
%Y A160150 Cf. A009971 (denominators)
%K A160150 sign,frac
%O A160150 0,2
%A A160150 _N. J. A. Sloane_, Nov 12 2009