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!)
A158532 a(n) = Hermite(n,9). 1
1, 18, 322, 5724, 101100, 1774008, 30921144, 535292496, 9202368912, 157077960480, 2661760648224, 44770132458432, 747303649990848, 12376982520832896, 203355790475230080, 3313848717970820352, 53548603209217863936, 857831698790855299584 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
E.g.f.: exp(18*x - x^2). - G. C. Greubel, Jul 12 2018
MATHEMATICA
Table[HermiteH[n, 9], {n, 0, 30}] (* G. C. Greubel, Jul 13 2018 *)
PROG
(Magma) m:=30; R<x>:=PowerSeriesRing(Rationals(), m); b:=Coefficients(R!(Exp(18*x - x^2))); [Factorial(n-1)*b[n]: n in [1..m]]; // G. C. Greubel, Jul 12 2018
(PARI) x='x+O('x^30); Vec(serlaplace(exp(18*x - x^2))) \\ G. C. Greubel, Jul 12 2018
(PARI) for(n=0, 30, print1(polhermite(n, 9), ", ")) \\ G. C. Greubel, Jul 13 2018
CROSSREFS
Sequence in context: A321511 A208537 A292299 * A214995 A171323 A049660
KEYWORD
sign
AUTHOR
N. J. A. Sloane, Nov 11 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 06:16 EDT 2024. Contains 371782 sequences. (Running on oeis4.)