A331489 Matula-Goebel numbers of topologically series-reduced rooted trees.
1, 2, 7, 8, 16, 19, 28, 32, 43, 53, 56, 64, 76, 98, 107, 112, 128, 131, 152, 163, 172, 196, 212, 224, 227, 256, 263, 266, 304, 311, 343, 344, 383, 392, 424, 428, 443, 448, 512, 521, 524, 532, 577, 602, 608, 613, 652, 686, 688, 719, 722, 742, 751, 784, 848, 856
Offset: 1
Keywords
Examples
The sequence of all topologically series-reduced rooted trees together with their Matula-Goebel numbers begins: 1: o 2: (o) 7: ((oo)) 8: (ooo) 16: (oooo) 19: ((ooo)) 28: (oo(oo)) 32: (ooooo) 43: ((o(oo))) 53: ((oooo)) 56: (ooo(oo)) 64: (oooooo) 76: (oo(ooo)) 98: (o(oo)(oo)) 107: ((oo(oo))) 112: (oooo(oo)) 128: (ooooooo) 131: ((ooooo)) 152: (ooo(ooo)) 163: ((o(ooo)))
Links
- Eric Weisstein's World of Mathematics, Series-reduced tree.
- Gus Wiseman, Sequences counting series-reduced and lone-child-avoiding trees by number of vertices.
Crossrefs
Unlabeled rooted trees are counted by A000081.
Topologically series-reduced trees are counted by A000014.
Topologically series-reduced rooted trees are counted by A001679.
Labeled topologically series-reduced trees are counted by A005512.
Labeled topologically series-reduced rooted trees are counted by A060313.
Matula-Goebel numbers of lone-child-avoiding rooted trees are A291636.
Programs
-
Mathematica
nn=1000; primeMS[n_]:=If[n==1,{},Flatten[Cases[FactorInteger[n],{p_,k_}:>Table[PrimePi[p],{k}]]]]; srQ[n_]:=Or[n==1,With[{m=primeMS[n]},And[Length[m]>1,And@@srQ/@m]]]; Select[Range[nn],PrimeOmega[#]!=2&&And@@srQ/@primeMS[#]&]
Comments