login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A052124 E.g.f.: exp(-2x)/(1-x)^3. 3
1, 1, 4, 16, 88, 568, 4288, 36832, 354688, 3781504, 44199424, 561823744, 7714272256, 113769309184, 1793341407232, 30085661765632, 535170830467072, 10060645294440448, 199287423535808512, 4148644277780217856 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

REFERENCES

R. P. Stanley, Enumerative Combinatorics, Cambridge, Vol. 2, 1999; see Problem 5.64(b).

FORMULA

a(n) = n*a(n-1)+2*(n-1)*a(n-2). - Detlef Pauly (dettodet(AT)yahoo.de), Sep 22 2003

MAPLE

A052124 := proc(n) option remember; if n <=1 then 1 else n*A052124(n-1)+2*(n-1)*A052124(n-2); fi; end; (from Detlef Pauly)

CROSSREFS

Cf. A052127.

Sequence in context: A165964 A005618 A005495 * A013030 A124962 A009568

Adjacent sequences:  A052121 A052122 A052123 * A052125 A052126 A052127

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Jan 23 2000

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 01:56 EST 2012. Contains 205860 sequences.