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!)
A159523 Numerator of Hermite(n, 5/16). 1
1, 5, -103, -1795, 30577, 1071925, -14209655, -894286675, 8260417505, 957051642725, -4730742752135, -1248679816448675, 417486712762705, 1920059631628978325, 8905600268107750505, -3396218858538590405875, -34079846807459832998975 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
DLMF Digital library of mathematical functions, Table 18.9.1 for H_n(x)
FORMULA
D-finite with recurrence a(n) -5*a(n-1) +128*(n-1)*a(n-2)=0. [DLMF] - R. J. Mathar, Feb 16 2014
From G. C. Greubel, Jun 09 2018: (Start)
a(n) = 16^n * Hermite(n,5/16).
E.g.f.: exp(10*x-252*x^2).
a(n) = Sum_{k=0..floor(n/2)} (-1)^k*n!*(5/8)^(n-2k)/(k!*(n-2k)!). (End)
EXAMPLE
Numerator of 1, 5/8, -103/64, -1795/512, 30577/4096, 1071925/32768, -14209655/262144,..
MAPLE
A159523 := proc(n)
orthopoly[H](n, 5/16) ;
numer(%) ;
end proc: # R. J. Mathar, Feb 16 2014
MATHEMATICA
Numerator[Table[HermiteH[n, 5/16], {n, 0, 50}]] (* Vladimir Joseph Stephan Orlovsky, Apr 29 2011 *)
PROG
(PARI) a(n)=numerator(polhermite(n, 5/16)) \\ Charles R Greathouse IV, Jan 29 2016
(Magma) [Numerator((&+[(-1)^k*Factorial(n)*(5/8)^(n-2*k)/( Factorial(k) *Factorial(n-2*k)): k in [0..Floor(n/2)]])): n in [0..30]]; // G. C. Greubel, Jun 09 2018
CROSSREFS
Cf. A001018 (denominators).
Sequence in context: A052138 A308459 A142418 * A172116 A007619 A163212
KEYWORD
sign,frac
AUTHOR
N. J. A. Sloane, Nov 12 2009
STATUS
approved

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 24 14:09 EDT 2024. Contains 371960 sequences. (Running on oeis4.)