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!)
A324978 Matula-Goebel numbers of rooted trees that are not identity trees but whose non-leaf terminal subtrees are all different. 5
4, 7, 8, 12, 14, 16, 17, 19, 20, 21, 24, 28, 32, 34, 35, 37, 38, 40, 42, 43, 44, 48, 51, 52, 53, 56, 57, 59, 64, 67, 68, 70, 71, 73, 74, 76, 77, 80, 84, 85, 86, 88, 89, 91, 95, 96, 102, 104, 106, 107, 112, 114, 116, 118, 124, 128, 129, 131, 133, 134, 136, 139 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
An unlabeled rooted tree is an identity tree if there are no repeated branches directly under the same root.
LINKS
FORMULA
Complement of A276625 in A324935.
EXAMPLE
The sequence of trees together with the Matula-Goebel numbers begins:
4: (oo)
7: ((oo))
8: (ooo)
12: (oo(o))
14: (o(oo))
16: (oooo)
17: (((oo)))
19: ((ooo))
20: (oo((o)))
21: ((o)(oo))
24: (ooo(o))
28: (oo(oo))
32: (ooooo)
34: (o((oo)))
35: (((o))(oo))
37: ((oo(o)))
38: (o(ooo))
40: (ooo((o)))
42: (o(o)(oo))
43: ((o(oo)))
MATHEMATICA
mgtree[n_]:=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: A060833 A162967 A070286 * A047536 A093494 A310934
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 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)