login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A159967 Numerator of Hermite(n, 7/24). 1

%I #16 Sep 08 2022 08:45:44

%S 1,7,-239,-5705,166561,7738087,-185681231,-14671182953,271635081025,

%T 35703851090887,-454151172380591,-106006149348418697,

%U 696707868662781409,371234207228774486695,-9834809672032188431,-1496885167214122955673257,-10435709792715681635690879

%N Numerator of Hermite(n, 7/24).

%H G. C. Greubel, <a href="/A159967/b159967.txt">Table of n, a(n) for n = 0..428</a>

%F From _G. C. Greubel_, Jul 16 2018: (Start)

%F a(n) = 12^n * Hermite(n, 7/24).

%F E.g.f.: exp(7*x - 144*x^2).

%F a(n) = numerator(Sum_{k=0..floor(n/2)} (-1)^k*n!*(7/12)^(n-2*k)/(k!*(n-2*k)!)). (End)

%e Numerators of 1, 7/12, -239/144, -5705/1728, 166561/20736, ...

%t Numerator[HermiteH[Range[0,20],7/24]] (* _Harvey P. Dale_, Jan 27 2012 *)

%t Table[12^n*HermiteH[n, 7/12], {n, 0, 30}] (* _G. C. Greubel_, Jul 16 2018 *)

%o (PARI) a(n)=numerator(polhermite(n, 7/24)) \\ _Charles R Greathouse IV_, Jan 29 2016

%o (PARI) x='x+O('x^30); Vec(serlaplace(exp(7*x - 144*x^2))) \\ _G. C. Greubel_, Jul 16 2018

%o (Magma) [Numerator((&+[(-1)^k*Factorial(n)*(7/12)^(n-2*k)/( Factorial(k) *Factorial(n-2*k)): k in [0..Floor(n/2)]])): n in [0..30]]; // _G. C. Greubel_, Jul 16 2018

%Y Cf. A001021 (denominators).

%K sign,frac

%O 0,2

%A _N. J. A. Sloane_, Nov 12 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 13:51 EDT 2024. Contains 371914 sequences. (Running on oeis4.)