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!)
A053533 Expansion of e.g.f.: (1-x)^(-1/2)*exp(-x/2 -x^2/4 -x^3/6 -x^4/8). 3
1, 0, 0, 0, 0, 12, 60, 360, 2520, 20160, 199584, 2147040, 25043040, 315485280, 4274281440, 62237343168, 968728662720, 16046598597120, 281802435747840, 5229395457937920, 102253297006250496, 2101387824575550720, 45281611027331723520 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
REFERENCES
R. P. Stanley, Enumerative Combinatorics, Cambridge, Vol. 2, 1999; see Problem 5.15(a), k=5.
LINKS
FORMULA
a(n) ~ sqrt(2) * n^n / exp(n+25/24). - Vaclav Kotesovec, Aug 04 2014
MATHEMATICA
With[{m = 30}, CoefficientList[Series[(1-x)^(-1/2)*Exp[-x/2 -x^2/4 -x^3/6 -x^4/8], {x, 0, m}], x]*Range[0, m]!] (* G. C. Greubel, May 15 2019 *)
PROG
(PARI) my(x='x+O('x^30)); Vec(serlaplace( (1-x)^(-1/2)*exp(-x/2 -x^2/4 -x^3/6 -x^4/8) )) \\ G. C. Greubel, May 15 2019
(Magma) m:=30; R<x>:=PowerSeriesRing(Rationals(), m); b:=Coefficients(R!( (1-x)^(-1/2)*Exp(-x/2 -x^2/4 -x^3/6 -x^4/8) )); [Factorial(n-1)*b[n]: n in [1..m]]; // G. C. Greubel, May 15 2019
(Sage) m = 30; T = taylor((1-x)^(-1/2)*exp(-x/2 -x^2/4 -x^3/6 -x^4/8), x, 0, m); [factorial(n)*T.coefficient(x, n) for n in (0..m)] # G. C. Greubel, May 15 2019
CROSSREFS
Sequence in context: A114307 A009031 A009136 * A309309 A324946 A219738
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jan 16 2000
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 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)