OFFSET
1,4
LINKS
C. G. Bower, Transforms (2)
S. Giraudo, Combinatorial operads from monoids, arXiv preprint arXiv:1306.6938, 2013
Vladimir Kruchinin, D. V. Kruchinin, Composita and their properties , arXiv:1103.2582 [math.CO], 2011-2013.
FORMULA
"CIJ" (necklace, indistinct, labeled) transform of 0, 1, 1, 1...
E.g.f.: A(x) = log(1/(2+x-exp(x))).
a(n) = n! * sum(k=1..n, sum(j=0..k, binomial(k,j) *stirling2(n-k+j,j) *j!/(n-k+j)! *(-1)^(k-j))/k). - Vladimir Kruchinin, Feb 01 2011
a(n) ~ (n-1)! / (-LambertW(-1,-exp(-2))-2)^n. - Vaclav Kotesovec, Sep 30 2013
MATHEMATICA
Rest[CoefficientList[Series[Log[1/(2+x-E^x)], {x, 0, 20}], x]* Range[0, 20]!] (* Vaclav Kotesovec, Sep 30 2013 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved