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!)
A159620 Numerator of Hermite(n, 3/19). 1
1, 6, -686, -12780, 1409196, 45363816, -4815014664, -225406138896, 22982647278480, 1439841741934176, -140702191563957984, -11239870526148498624, 1050017582244063317184, 103682343732014971981440, -9233370964550688463200384, -1103421356230511467567597824 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
From G. C. Greubel, Jul 14 2018: (Start)
a(n) = 19^n * Hermite(n, 3/19).
E.g.f.: exp(6*x - 361*x^2).
a(n) = numerator(Sum_{k=0..floor(n/2)} (-1)^k*n!*(6/19)^(n-2*k)/(k!*(n-2*k)!)). (End)
MATHEMATICA
Numerator[Table[HermiteH[n, 3/19], {n, 0, 30}]] (* Vladimir Joseph Stephan Orlovsky, May 20 2011 *)
Table[19^n*HermiteH[n, 3/19], {n, 0, 30}] (* G. C. Greubel, Jul 14 2018 *)
PROG
(PARI) a(n)=numerator(polhermite(n, 3/19)) \\ Charles R Greathouse IV, Jan 29 2016
(PARI) x='x+O('x^30); Vec(serlaplace(6*x - 361*x^2))) \\ G. C. Greubel, Jul 14 2018
(Magma) [Numerator((&+[(-1)^k*Factorial(n)*(3/19)^(n-2*k)/( Factorial(k) *Factorial(n-2*k)): k in [0..Floor(n/2)]])): n in [0..30]]; // G. C. Greubel, Jul 14 2018
CROSSREFS
Sequence in context: A331724 A046985 A159371 * A125535 A364688 A343140
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 19 08:20 EDT 2024. Contains 371782 sequences. (Running on oeis4.)