A339785 Number of homeomorphically irreducible leaf colored trees with n leaves using exactly 2 colors.
0, 1, 2, 7, 24, 91, 354, 1491, 6504, 29711, 139616, 674696, 3328798, 16730955, 85382210, 441571216, 2310003732, 12206975528, 65082858008, 349756996762, 1892980028014, 10310987833049, 56489307860860, 311112321625754, 1721692801914844, 9569930999155801, 53410232801675436
Offset: 1
Keywords
Links
- Andrew Howroyd, Table of n, a(n) for n = 1..500
Programs
-
PARI
my(N=25); (U(N,2)-2*U(N,1))[2..1+N] \\ See A339780 for U(n,k).