A330465 Number of non-isomorphic series-reduced rooted trees whose leaves are multisets with a total of n elements.
1, 4, 14, 87, 608, 5573, 57876, 687938, 9058892, 130851823, 2048654450, 34488422057, 620046639452, 11839393796270, 238984150459124, 5079583100918338, 113299159314626360, 2644085918303683758, 64393240540265515110, 1632731130253043991252, 43013015553755764179000
Offset: 1
Keywords
Examples
Non-isomorphic representatives of the a(3) = 14 trees: ((1)((1)(1))) ((1)((1)(2))) ((1)((2)(3))) ((2)((1)(1))) ((1)(1)(1)) ((1)(1)(2)) ((1)(2)(3)) ((2)(1,1)) ((1)(1,1)) ((1)(1,2)) ((1)(2,3)) (1,1,1) (1,1,2) (1,2,3)
Crossrefs
Programs
-
PARI
\\ See links in A339645 for combinatorial species functions. cycleIndexSeries(n)={my(v=vector(n), p=sEulerT(x*sv(1) + O(x*x^n))); v[1]=sv(1); for(n=2, #v, v[n] = polcoef( sEulerT(x*Ser(v[1..n])), n ) + polcoef(p,n)); x*Ser(v)} InequivalentColoringsSeq(cycleIndexSeries(15)) \\ Andrew Howroyd, Dec 13 2020
Extensions
Terms a(7) and beyond from Andrew Howroyd, Dec 13 2020
Comments