|
Search: id:A006154
|
|
|
| A006154 |
|
Number of labeled ordered partitions of an n-set into odd parts. (Formerly M1792)
|
|
+0 8
|
|
| 1, 1, 2, 7, 32, 181, 1232, 9787, 88832, 907081, 10291712, 128445967, 1748805632, 25794366781, 409725396992, 6973071372547, 126585529106432, 2441591202059281, 49863806091395072, 1074927056650469527
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
COMMENT
|
With alternating signs, e.g.f.: 1/(1+sinh(x)). - R. Stephan, Apr 29 2004
|
|
REFERENCES
|
Getu, S.; Shapiro, L. W.; Combinatorial view of the composition of functions. Ars Combin. 10 (1980), 131-145.
|
|
FORMULA
|
E.g.f.: 1/(1 - sinh x).
a(0)=a(1)=1, a(n) = sum[k=1..ceil(n/2), C(n, 2k-1) * a(n-2k+1)]. - R. Stephan, Apr 29 2004
a(n) ~ (sqrt(2)/2)*n!/log(1+sqrt(2))^(n+1). - Conjectured by Simon Plouffe, Feb 17 2007. Comment from A. N. W. Hone (A.N.W.Hone(AT)kent.ac.uk), Feb 22 2007: This formula can be proved using the techniques in the article by Philippe Flajolet, Symbolic Enumerative Combinatorics and Complex Asymptotic Analysis, Algorithms Seminar 2000-2001, F. Chyzak (ed.), INRIA, (2002), pp. 161-170 [see Theorem 5 and Table 2, noting that 1/(1-sinh(x)) just has a simple pole at x=log(1+sqrt(2)].
|
|
PROGRAM
|
(PARI) a(n)=if(n<2, n>=0, sum(k=1, ceil(n/2), binomial(n, 2*k-1)*a(n-2*k+1))) (from R. Stephan)
|
|
CROSSREFS
|
Cf. A000045, A000670.
Sequence in context: A121555 A097900 A000153 this_sequence A000987 A006957 A079265
Adjacent sequences: A006151 A006152 A006153 this_sequence A006155 A006156 A006157
|
|
KEYWORD
|
nonn,easy,nice
|
|
AUTHOR
|
Simon Plouffe (plouffe(AT)math.uqam.ca)
|
|
EXTENSIONS
|
More terms from Christian G. Bower (bowerc(AT)usa.net), Oct 15 1999.
|
|
|
Search completed in 0.002 seconds
|