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!)
A174636 Integral_{x=0..infinity} (x + x^2 + x^3)^n exp(-x). 0

%I #11 Mar 30 2012 18:55:29

%S 1,9,1046,519918,681617304,1853340127320,9049964145536880,

%T 72083636411763075120,874164613833481641471360,

%U 15325066482283901592487889280,372998446683217113984893861356800

%N Integral_{x=0..infinity} (x + x^2 + x^3)^n exp(-x).

%t Trinomial[n_, k_] := If[k == 0, 1, Coefficient[(1 + x + x^2)^n, x^k]]; a[n_] := Sum[Trinomial[n, k](n + k)!, {k, 0, 2n}]; Table[a[n], {n, 0, 20}]

%K nonn

%O 0,2

%A _Emanuele Munarini_, Jan 25 2011

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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)