OFFSET
0,3
LINKS
Andrew Howroyd, Table of n, a(n) for n = 0..200
INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 850
Maplesoft, Combstruct grammars.
FORMULA
G.f.: g(x)/(x*(1 + g(x))) where g(x) is the g.f. of A052836. - Andrew Howroyd, Aug 09 2020
a(n) ~ c * d^n / n^(3/2), where d = 4.75339125839792507... and c = 0.47320316916893... - Vaclav Kotesovec, Jul 08 2021
MAPLE
spec := [S, {B=Sequence(C, 1 <= card), C=Prod(Z, S), S= PowerSet(B)}, unlabeled]: seq(combstruct[count](spec, size=n), n=0..20);
PROG
(PARI) WeighT(v)={Vec(exp(x*Ser(dirmul(v, vector(#v, n, (-1)^(n-1)/n))))-1, -#v)}
seq(n)={my(v=[1]); for(n=1, n, v=concat([1], WeighT(Vec(1/(1-x*Ser(v))-1)))); v} \\ Andrew Howroyd, Aug 09 2020
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
encyclopedia(AT)pommard.inria.fr, Jan 25 2000
EXTENSIONS
Terms a(21) and beyond from Andrew Howroyd, Aug 09 2020
STATUS
approved