OFFSET
0,2
COMMENTS
Previous name was: A simple grammar.
LINKS
INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 802
FORMULA
E.g.f.: (-log(-1/(-1+x))+log(-1/(-1+x))^2-1)/(-1+log(-1/(-1+x))).
a(n) ~ n! * exp(n)/(exp(1)-1)^(n+1). - Vaclav Kotesovec, Sep 30 2013
MAPLE
spec := [S, {C=Sequence(B), B=Cycle(Z), S=Union(B, C)}, labeled]: seq(combstruct[count](spec, size=n), n=0..20);
MATHEMATICA
CoefficientList[Series[1/(1+Log[1-x])-Log[1-x], {x, 0, 20}], x]* Range[0, 20]! (* Vaclav Kotesovec, Sep 30 2013 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
INRIA Encyclopedia of Combinatorial Structures, Jan 25 2000
EXTENSIONS
New name, using e.g.f., by Vaclav Kotesovec, Sep 30 2013
More terms from Alois P. Heinz, Mar 16 2016
STATUS
approved
