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.

A160151 Numerator of Hermite(n, 23/27).

This page as a plain text file.
%I A160151 #15 Sep 08 2022 08:45:44
%S A160151 1,46,658,-103868,-7656020,253581256,67477123576,885618857008,
%T A160151 -647933055794288,-40134778914678560,6655977728057433376,
%U A160151 891340052066655340096,-65746928407518970839872,-18619244257704074488953728,389682045181727146807062400
%N A160151 Numerator of Hermite(n, 23/27).
%H A160151 G. C. Greubel, <a href="/A160151/b160151.txt">Table of n, a(n) for n = 0..376</a>
%F A160151 From _G. C. Greubel_, Sep 24 2018: (Start)
%F A160151 a(n) = 27^n * Hermite(n, 23/27).
%F A160151 E.g.f.: exp(46*x - 729*x^2).
%F A160151 a(n) = numerator(Sum_{k=0..floor(n/2)} (-1)^k*n!*(46/27)^(n-2*k)/(k!*(n-2*k)!)). (End)
%e A160151 Numerators of 1, 46/27, 658/729, -103868/19683, -7656020/531441, ...
%t A160151 Table[27^n*HermiteH[n, 23/27], {n, 0, 30}] (* _G. C. Greubel_, Sep 24 2018 *)
%t A160151 HermiteH[Range[0,20],23/27]//Numerator (* _Harvey P. Dale_, Jan 02 2019 *)
%o A160151 (PARI) a(n)=numerator(polhermite(n, 23/27)) \\ _Charles R Greathouse IV_, Jan 29 2016
%o A160151 (PARI) x='x+O('x^30); Vec(serlaplace(exp(46*x - 729*x^2))) \\ _G. C. Greubel_, Sep 24 2018
%o A160151 (Magma) [Numerator((&+[(-1)^k*Factorial(n)*(46/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 A160151 Cf. A009971 (denominators).
%K A160151 sign,frac
%O A160151 0,2
%A A160151 _N. J. A. Sloane_, Nov 12 2009