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.

A160253 Numerator of Hermite(n, 10/29).

This page as a plain text file.
%I A160253 #11 Sep 08 2022 08:45:45
%S A160253 1,20,-1282,-92920,4610572,717377200,-24427366520,-7728318032800,
%T A160253 133041452750480,106653076504366400,119080018350561760,
%U A160253 -1791523146436431612800,-38033681428250725939520,35399429559107921153964800,1539633069292288796472840320
%N A160253 Numerator of Hermite(n, 10/29).
%H A160253 G. C. Greubel, <a href="/A160253/b160253.txt">Table of n, a(n) for n = 0..371</a>
%F A160253 From _G. C. Greubel_, Sep 26 2018: (Start)
%F A160253 a(n) = 29^n * Hermite(n, 10/29).
%F A160253 E.g.f.: exp(20*x - 841*x^2).
%F A160253 a(n) = numerator(Sum_{k=0..floor(n/2)} (-1)^k*n!*(20/29)^(n-2*k)/(k!*(n-2*k)!)). (End)
%e A160253 Numerators of 1, 20/29, -1282/841, -92920/24389, 4610572/707281,...
%t A160253 Table[29^n*HermiteH[n, 10/29], {n, 0, 30}] (* _G. C. Greubel_, Sep 26 2018 *)
%o A160253 (PARI) a(n)=numerator(polhermite(n, 10/29)) \\ _Charles R Greathouse IV_, Jan 29 2016
%o A160253 (PARI) x='x+O('x^30); Vec(serlaplace(exp(20*x - 841*x^2))) \\ _G. C. Greubel_, Sep 26 2018
%o A160253 (Magma) [Numerator((&+[(-1)^k*Factorial(n)*(20/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 A160253 Cf. A009973 (denominators).
%K A160253 sign,frac
%O A160253 0,2
%A A160253 _N. J. A. Sloane_, Nov 12 2009