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!)
A280994 Triangle read by rows giving Matula-Goebel numbers of planted achiral trees with n nodes. 5
1, 2, 3, 4, 5, 7, 8, 9, 11, 16, 17, 19, 23, 31, 32, 53, 59, 67, 25, 27, 49, 64, 83, 127, 131, 241, 277, 331, 97, 103, 128, 227, 311, 431, 709, 739, 1523, 1787, 2221, 81, 121, 256, 289, 361, 509, 563, 719, 1433, 2063, 3001, 5381, 5623, 12763, 15299, 19577 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
An achiral tree is either (case 1) a single node or (case 2) a finite constant sequence (t,t,..,t) of achiral trees. Only in case 2 is an achiral tree considered to be a generalized Bethe tree (according to A214577).
LINKS
E. Deutsch, Rooted tree statistics from Matula numbers, arXiv:1111.4288 [math.CO], 2011.
EXAMPLE
Triangle begins:
1,
2,
3, 4,
5, 7, 8,
9, 11, 16, 17, 19,
23, 31, 32, 53, 59, 67,
25, 27, 49, 64, 83, 127, 131, 241, 277, 331.
MATHEMATICA
nn=7; MGNumber[_[]]:=1; MGNumber[x:_[__]]:=If[Length[x]===1, Prime[MGNumber[x[[1]]]], Times@@Prime/@MGNumber/@x];
cits[n_]:=If[n===1, {1}, Join@@Table[ConstantArray[#, (n-1)/d]&/@cits[d], {d, Divisors[n-1]}]];
Table[Sort[MGNumber/@(cits[n]/.(1->{}))], {n, nn}]
CROSSREFS
Sequence in context: A302498 A243497 A214577 * A138039 A289995 A192137
KEYWORD
nonn,tabf
AUTHOR
Gus Wiseman, Jan 12 2017
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 25 09:38 EDT 2024. Contains 371967 sequences. (Running on oeis4.)