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!)
A318228 Number of inequivalent leaf-colorings of planted achiral trees with n nodes. 6
1, 1, 3, 6, 13, 20, 43, 58, 115, 171, 323, 379, 1034, 1135, 2321, 4327, 8915, 9212, 33939, 34429, 128414, 234017, 417721, 418976, 2931624, 5096391, 11770830, 20357876, 64853630, 64858195 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
In a planted achiral tree, all branches directly under any given branch are identical.
LINKS
EXAMPLE
Inequivalent representatives of the a(5) = 13 leaf-colorings:
(1111) ((111)) ((1)(1)) (((11))) ((((1))))
(1112) ((112)) ((1)(2)) (((12)))
(1122) ((123))
(1123)
(1234)
PROG
(PARI) \\ See links in A339645 for combinatorial species functions.
G(v)={my(t=2, p=sv(1)); for(i=1, #v, my(d=v[i]); if(d>1, p=sApplyCI(symGroupCycleIndex(d), d, p, t)); t=t*d+1); p}
cycleIndex(n)={my(recurse(r, v)=if(r==1, G(v), sumdiv(r-1, d, self()((r-1)/d, concat(d, v))))); recurse(n, [])}
a(n)={StructsByCycleIndex(n, cycleIndex(n), n)} \\ Andrew Howroyd, Dec 13 2020
CROSSREFS
Sequence in context: A285246 A147009 A361273 * A064290 A064621 A330588
KEYWORD
nonn,more
AUTHOR
Gus Wiseman, Aug 21 2018
EXTENSIONS
a(9)-a(30) from Andrew Howroyd, Dec 11 2020
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 12:37 EDT 2024. Contains 371937 sequences. (Running on oeis4.)