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!)
A158534 a(n) = Hermite(n,10). 1
1, 20, 398, 7880, 155212, 3041200, 59271880, 1148943200, 22149057680, 424598062400, 8093278209760, 153373602947200, 2889419938329280, 54107432295852800, 1007023727520494720, 18625466446126016000, 342298617096905478400, 6249957415662077056000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
The first negative term is a(59). - Georg Fischer, Feb 19 2019
LINKS
FORMULA
E.g.f.: exp(20*x - x^2). - G. C. Greubel, Jul 13 2018
MATHEMATICA
Table[HermiteH[n, 10], {n, 0, 30}] (* G. C. Greubel, Jul 13 2018 *)
PROG
(Magma) m:=30; R<x>:=PowerSeriesRing(Rationals(), m); b:=Coefficients(R!(Exp(20*x - x^2))); [Factorial(n-1)*b[n]: n in [1..m]]; // G. C. Greubel, Jul 13 2018
(PARI) x='x+O('x^30); Vec(serlaplace(exp(20*x - x^2))) \\ G. C. Greubel, Jul 13 2018
(PARI) for(n=0, 30, print1(polhermite(n, 10), ", ")) \\ G. C. Greubel, Jul 13 2018
CROSSREFS
Sequence in context: A218722 A358109 A358853 * A171325 A075843 A208072
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 02:26 EDT 2024. Contains 371782 sequences. (Running on oeis4.)