A319271 Number of series-reduced locally non-intersecting aperiodic rooted trees with n nodes.
1, 1, 0, 1, 1, 3, 3, 9, 12, 27, 42, 91, 151, 312, 550, 1099, 2026, 3999, 7527, 14804, 28336, 55641, 107737, 211851, 413508, 814971, 1600512, 3162761, 6241234
Offset: 1
Examples
The a(8) = 9 rooted trees: (o(o(o(o)))) (o(o(o)(o))) (o(ooo(o))) (oo(oo(o))) (o(o)(o(o))) (ooo(o(o))) (o(o)(o)(o)) (ooo(o)(o)) (ooooo(o))
Crossrefs
Programs
-
Mathematica
btrut[n_]:=btrut[n]=If[n===1,{{}},Select[Join@@Function[c,Union[Sort/@Tuples[btrut/@c]]]/@IntegerPartitions[n-1],And[Intersection@@#=={},GCD@@Length/@Split[#]==1]&]]; Table[Length[btrut[n]],{n,30}]
Comments