OFFSET
1,2
COMMENTS
Dimensions of the graded components of the domain of cocommutativity of the Hopf algebra of 2-colored parking functions.
LINKS
J.-C. Novelli and J.-Y. Thibon, Free quasi-symmetric functions and descent algebras for wreath products and noncommutative multi-symmetric functions, arXiv:0806.3682 [math.CO], 2008.
MAPLE
EULER([seq(c(n, n=1..20)]); # where c(n) is A141313.
MATHEMATICA
terms = 17;
s = (1 - 1/(1 + Sum[(n+1)^(n-1)*t^n, {n, 1, terms}]))/t + O[t]^(terms-1);
A141313 = 2^Range[terms-1]*CoefficientList[s, t];
did[m_, n_] := If[Mod[m, n] == 0, 1, 0];
EulerTransform[seq_] := Module[{coeff, final = {}}, coeff = Table[Sum[d* did[i, d]*seq[[d]], {d, 1, i}], {i, 1, Length[seq]}]; For[i = 1, i <= Length[seq], i++, AppendTo[final, (coeff[[i]] + Sum[coeff[[d]]*final[[i - d]], {d, 1, i-1}])/i]]; final];
Join[{1}, EulerTransform[A141313]] (* Jean-François Alcover, Feb 17 2019 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Jean-Yves Thibon (jyt(AT)univ-mlv.fr), Jun 26 2008
STATUS
approved