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!)
A160315 Numerator of Hermite(n, 17/31). 1

%I #15 Sep 08 2022 08:45:45

%S 1,34,-766,-156740,-912404,1173995384,48684045496,-11883257221424,

%T -1059025893631600,146710082653141024,23307172718246211616,

%U -2027323916172999286336,-561689258759043381720896,27660764004806580561543040,14974833795516881674770770816

%N Numerator of Hermite(n, 17/31).

%H G. C. Greubel, <a href="/A160315/b160315.txt">Table of n, a(n) for n = 0..368</a>

%F From _G. C. Greubel_, Oct 04 2018: (Start)

%F a(n) = 31^n * Hermite(n, 17/31).

%F a(n+2) = 34*a(n+1) - 1922*(n+1)*a(n)

%F E.g.f.: exp(34*x - 961*x^2).

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

%e Numerators of 1, 34/31, -766/961, -156740/29791, -912404/923521, ...

%t Numerator[HermiteH[Range[0,20],17/31]] (* _Harvey P. Dale_, Feb 24 2013 *)

%t Table[31^n*HermiteH[n, 17/31], {n, 0, 30}] (* _G. C. Greubel_, Oct 04 2018 *)

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

%o (PARI) x='x+O('x^30); Vec(serlaplace(exp(34*x - 961*x^2))) \\ _G. C. Greubel_, Oct 04 2018

%o (Magma) [Numerator((&+[(-1)^k*Factorial(n)*(34/31)^(n-2*k)/( Factorial(k) *Factorial(n-2*k)): k in [0..Floor(n/2)]])): n in [0..30]]; // _G. C. Greubel_, Oct 04 2018

%Y Cf. A009975 (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 May 11 06:07 EDT 2024. Contains 372388 sequences. (Running on oeis4.)