The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A316771 Number of series-reduced locally nonintersecting rooted trees whose leaves form the integer partition with Heinz number n. 0
0, 1, 1, 0, 1, 1, 1, 0, 0, 1, 1, 2, 1, 1, 1, 0, 1, 2, 1, 2, 1, 1, 1, 4, 0, 1, 0, 2, 1, 4, 1, 0, 1, 1, 1, 6, 1, 1, 1, 4, 1, 4, 1, 2, 2, 1, 1, 8, 0, 2, 1, 2, 1, 4, 1, 4, 1, 1, 1, 12, 1, 1, 2, 0, 1, 4, 1, 2, 1, 4, 1, 17, 1, 1, 2, 2, 1, 4, 1, 8, 0, 1, 1, 12, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,12
COMMENTS
A rooted tree is series-reduced if every non-leaf node has at least two branches. It is locally nonintersecting if the intersection of all branches directly under any given root is empty.
The Heinz number of an integer partition (y_1,...,y_k) is prime(y_1)*...*prime(y_k).
LINKS
EXAMPLE
The a(36) = 6 trees:
(1(2(12)))
(2(1(12)))
(1(122))
(2(112))
(12(12))
(1122)
MATHEMATICA
sps[{}]:={{}};
sps[set:{i_, ___}]:=Join@@Function[s, Prepend[#, s]&/@sps[Complement[set, s]]]/@Cases[Subsets[set], {i, ___}];
mps[set_]:=Union[Sort[Sort/@(#/.x_Integer:>set[[x]])]&/@sps[Range[Length[set]]]];
gro[m_]:=gro[m]=If[Length[m]==1, List/@m, Union[Sort/@Join@@(Tuples[gro/@#]&/@Select[mps[m], Length[#]>1&])]];
Table[Length[Select[gro[If[n==1, {}, Flatten[Cases[FactorInteger[n], {p_, k_}:>Table[PrimePi[p], {k}]]]]], And@@Cases[#, q:{__List}:>Intersection@@q=={}, {0, Infinity}]&]], {n, 100}]
CROSSREFS
Sequence in context: A348653 A278287 A227752 * A306269 A035212 A318133
KEYWORD
nonn
AUTHOR
Gus Wiseman, Jul 12 2018
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 May 19 11:18 EDT 2024. Contains 372683 sequences. (Running on oeis4.)