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!)
A158516 a(n) = Hermite(n,6). 1

%I #11 Sep 08 2022 08:45:43

%S 1,12,142,1656,19020,214992,2389704,26096544,279702672,2938887360,

%T 30232000224,304006255488,2982971060928,28499502599424,

%U 264436783608960,2375255330523648,20569960458014976,170831354919422976,1350597603460566528,10057242464427571200

%N a(n) = Hermite(n,6).

%H G. C. Greubel, <a href="/A158516/b158516.txt">Table of n, a(n) for n = 0..726</a>

%F E.g.f.: exp(12*x - x^2). - _G. C. Greubel_, Jul 12 2018

%t HermiteH[Range[0,30],6] (* _Harvey P. Dale_, Jul 20 2015 *)

%o (Magma) m:=30; R<x>:=PowerSeriesRing(Rationals(), m); b:=Coefficients(R!(Exp(12*x - x^2))); [Factorial(n-1)*b[n]: n in [1..m]]; // _G. C. Greubel_, Jul 12 2018

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

%o (PARI) for(n=0,30, print1(polhermite(n, 6), ", ")) \\ _G. C. Greubel_, Jul 13 2018

%K sign

%O 0,2

%A _N. J. A. Sloane_, Nov 11 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 April 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)