OFFSET
1,4
LINKS
Andrew Howroyd, Table of n, a(n) for n = 1..500
EXAMPLE
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.
PROG
(PARI) my(N=25); M(N, 4)[2..1+N, 5]~ \\ See A339780 for M(n, m).
CROSSREFS
KEYWORD
nonn
AUTHOR
Andrew Howroyd, Dec 18 2020
STATUS
approved