cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A122393 Dimension of 4-variable non-commutative harmonics (Hausdorff derivative). The dimension of the space of non-commutative polynomials in 4 variables which are killed by all symmetric differential operators (where for a monomial w, d_{xi} ( w ) = sum over all subwords of w deleting xi once).

This page as a plain text file.
%I A122393 #6 Dec 10 2013 12:23:12
%S A122393 1,3,11,44,176,706,2824,11296,45183,180731,722925,2891700,11566800,
%T A122393 46267200,185068800,740275200,2961100800,11844403200,47377612800,
%U A122393 189510451200,758041804800,3032167219200,12128668876800,48514675507200
%N A122393 Dimension of 4-variable non-commutative harmonics (Hausdorff derivative). The dimension of the space of non-commutative polynomials in 4 variables which are killed by all symmetric differential operators (where for a monomial w, d_{xi} ( w ) = sum over all subwords of w deleting xi once).
%D A122393 C. Chevalley, Invariants of finite groups generated by reflections, Amer. J. Math. 77 (1955), 778-782.
%D A122393 C. Reutenauer, Free Lie algebras. London Mathematical Society Monographs. New Series, 7. Oxford Science Publications. The Clarendon Press, Oxford University Press, New York, 1993. xviii+269 pp.
%H A122393 N. Bergeron, C. Reutenauer, M. Rosas and M. Zabrocki, <a href="http://arxiv.org/abs/math.CO/0502082">Invariants and Coinvariants of the Symmetric Group in Noncommuting Variables</a>, arXiv:math.CO/0502082, Canad. J. Math. 60 (2008), no. 2, 266-296.
%F A122393 G.f.: (1-q)*(1-q^2)*(1-q^3)*(1-q^4)/(1-4*q) a(n) = 722925*4^(n-10) for n>9
%e A122393 a(1) = 3 because x1 - x2, x2 - x3, x3 - x4 are all killed by d_x1+d_x2+d_x3+d_x4
%p A122393 coeffs(convert(series(mul(1-q^i,i=1..4)/(1-4*q),q,20),`+`)-O(q^20),q);
%Y A122393 Cf. A118265, A122368, A122391, A122392, A122394.
%K A122393 nonn,easy
%O A122393 0,2
%A A122393 _Mike Zabrocki_, Aug 31 2006