A339787 Number of homeomorphically irreducible leaf colored trees with n leaves using exactly 4 colors.
0, 0, 0, 4, 68, 812, 8512, 84312, 814184, 7781712, 74182124, 708344640, 6790655496, 65440865012, 634347822304, 6186652422650, 60707391493004, 599283097168488, 5950282272766412, 59408426130151164, 596269843123151304, 6014472189177940224, 60952019560703982452
Offset: 1
Keywords
Examples
There are 2 homeomorphically reduced trees with 4 leafs: o o o | | | o---o---o o---o | | | o o o The leaves of the first tree can be colored in 1 way using all four colors and the second can be colored in 3 ways, so a(4) = 1 + 3 = 4.
Links
- Andrew Howroyd, Table of n, a(n) for n = 1..500
Programs
-
PARI
my(N=25); M(N,4)[2..1+N, 5]~ \\ See A339780 for M(n, m).