|
Search: id:A006153
|
|
|
| A006153 |
|
Expansion of 1/(1-x*exp(x)). (Formerly M3578)
|
|
+0 2
|
|
| 1, 1, 4, 21, 148, 1305, 13806, 170401, 2403640, 38143377, 672552730, 13044463641, 276003553860, 6326524990825, 156171026562838, 4130464801497105, 116526877671782896, 3492868475952497313, 110856698175372359346, 3713836169709782989993
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
REFERENCES
|
Getu, S.; Shapiro, L. W.; Combinatorial view of the composition of functions. Ars Combin. 10 (1980), 131-145.
R. P. Stanley, Enumerative Combinatorics, Cambridge, Vol. 2, 1999; see Problem 5.32(d).
|
|
LINKS
|
INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 110
|
|
FORMULA
|
n! * Sum(k=0, n, (n-k)^k/k!).
For n>=1 a(n-1)=b(n) where b(1)=1 and b(n)=sum(i=1, n-1, i*binomial(n-1, i)*b(i)) - Benoit Cloitre (benoit7848c(AT)orange.fr), Nov 13 2004
|
|
MAPLE
|
a := proc(n) local k; add(k^(n-k)*n!/(n-k)!, k=1..n); end; # for n >= 1
|
|
CROSSREFS
|
Cf. A072597.
Sequence in context: A120368 A053482 A006879 this_sequence A025164 A060072 A107872
Adjacent sequences: A006150 A006151 A006152 this_sequence A006154 A006155 A006156
|
|
KEYWORD
|
nonn,easy,nice
|
|
AUTHOR
|
Simon Plouffe, njas
|
|
|
Search completed in 0.002 seconds
|