login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A331687 Number of locally disjoint enriched p-trees of weight n. 9
1, 2, 4, 12, 29, 93, 249, 803, 2337, 7480, 23130, 77372, 247598, 834507, 2762222 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A locally disjoint enriched p-tree of weight n is either the number n itself or a finite sequence of non-overlapping locally disjoint enriched p-trees whose weights are weakly decreasing and sum to n.
LINKS
EXAMPLE
The a(1) = 1 through a(4) = 12 enriched p-trees:
1 2 3 4
(11) (21) (22)
(111) (31)
((11)1) (211)
(1111)
((11)2)
((21)1)
(2(11))
((11)11)
((111)1)
(((11)1)1)
((11)(11))
MATHEMATICA
disjointQ[u_]:=Apply[And, Outer[#1==#2||Intersection[#1, #2]=={}&, u, u, 1], {0, 1}];
ldep[n_]:=Prepend[Select[Join@@Table[Tuples[ldep/@p], {p, Rest[IntegerPartitions[n]]}], disjointQ[DeleteCases[#, _Integer]]&], n];
Table[Length[ldep[n]], {n, 10}]
CROSSREFS
The orderless version is A316696.
The identity case is A331684.
P-trees are A196545.
Enriched p-trees are A289501.
Locally disjoint identity trees are A316471.
Enriched identity p-trees are A331875.
Sequence in context: A148179 A148180 A148181 * A148182 A148183 A148184
KEYWORD
nonn,more
AUTHOR
Gus Wiseman, Jan 31 2020
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 16 03:28 EDT 2024. Contains 375959 sequences. (Running on oeis4.)