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!)
A306203 Matula-Goebel numbers of balanced rooted semi-identity trees. 6
1, 2, 3, 4, 5, 7, 8, 11, 16, 17, 19, 21, 31, 32, 53, 57, 59, 64, 67, 73, 85, 127, 128, 131, 133, 159, 241, 256, 269, 277, 311, 331, 335, 365, 367, 371, 393, 399, 439, 512, 649, 709, 719, 739, 751, 917, 933, 937, 1007, 1024, 1113, 1139, 1205, 1241, 1345, 1523 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A rooted tree is a semi-identity tree if the non-leaf branches of the root are all distinct and are themselves semi-identity trees. It is balanced if all leaves are the same distance from the root. The only balanced rooted identity trees are rooted paths.
LINKS
EXAMPLE
The sequence of all unlabeled balanced rooted semi-identity trees together with their Matula-Goebel numbers begins:
1: o
2: (o)
3: ((o))
4: (oo)
5: (((o)))
7: ((oo))
8: (ooo)
11: ((((o))))
16: (oooo)
17: (((oo)))
19: ((ooo))
21: ((o)(oo))
31: (((((o)))))
32: (ooooo)
53: ((oooo))
57: ((o)(ooo))
59: ((((oo))))
64: (oooooo)
67: (((ooo)))
73: (((o)(oo)))
85: (((o))((oo)))
MATHEMATICA
primeMS[n_]:=If[n==1, {}, Flatten[Cases[FactorInteger[n], {p_, k_}:>Table[PrimePi[p], {k}]]]];
psidQ[n_]:=And[UnsameQ@@DeleteCases[primeMS[n], 1], And@@psidQ/@primeMS[n]];
mgtree[n_]:=If[n==1, {}, mgtree/@primeMS[n]];
Select[Range[100], And[psidQ[#], SameQ@@Length/@Position[mgtree[#], {}]]&]
CROSSREFS
Sequence in context: A241340 A326667 A293441 * A111795 A046098 A258085
KEYWORD
nonn
AUTHOR
Gus Wiseman, Jan 29 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 24 15:57 EDT 2024. Contains 371961 sequences. (Running on oeis4.)