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!)
A324970 Matula-Goebel numbers of rooted identity trees where not all terminal subtrees are different. 5
15, 30, 33, 39, 47, 55, 65, 66, 78, 87, 93, 94, 110, 113, 123, 130, 137, 141, 143, 145, 155, 165, 167, 174, 186, 195, 205, 211, 226, 235, 237, 246, 257, 274, 282, 286, 290, 303, 310, 313, 317, 319, 327, 330, 334, 339, 341, 377, 381, 390, 395, 397, 403, 410 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A rooted identity tree is an unlabeled rooted tree with no repeated branches directly under the same root.
LINKS
FORMULA
Complement of A324935 in A276625.
EXAMPLE
The sequence of trees together with the Matula-Goebel numbers begins:
15: ((o)((o)))
30: (o(o)((o)))
33: ((o)(((o))))
39: ((o)(o(o)))
47: (((o)((o))))
55: (((o))(((o))))
65: (((o))(o(o)))
66: (o(o)(((o))))
78: (o(o)(o(o)))
87: ((o)(o((o))))
93: ((o)((((o)))))
94: (o((o)((o))))
110: (o((o))(((o))))
113: ((o(o)((o))))
123: ((o)((o(o))))
130: (o((o))(o(o)))
137: (((o)(((o)))))
141: ((o)((o)((o))))
143: ((((o)))(o(o)))
145: (((o))(o((o))))
155: (((o))((((o)))))
165: ((o)((o))(((o))))
167: (((o)(o(o))))
174: (o(o)(o((o))))
186: (o(o)((((o)))))
195: ((o)((o))(o(o)))
MATHEMATICA
mgtree[n_Integer]:=If[n==1, {}, mgtree/@Flatten[Cases[FactorInteger[n], {p_, k_}:>Table[PrimePi[p], {k}]]]];
Select[Range[100], And[And@@Cases[mgtree[#], q:{__}:>UnsameQ@@q, {0, Infinity}], !UnsameQ@@Cases[mgtree[#], {__}, {0, Infinity}]]&]
CROSSREFS
Sequence in context: A318992 A343337 A347455 * A033898 A051967 A162592
KEYWORD
nonn
AUTHOR
Gus Wiseman, Mar 21 2019
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 April 19 17:37 EDT 2024. Contains 371795 sequences. (Running on oeis4.)