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.

A122368 Dimension of 4-variable non-commutative harmonics (twisted 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} ( xi w ) = w and d_{xi} ( xj w ) = 0 for i/=j).

Original entry on oeis.org

1, 3, 11, 42, 162, 627, 2430, 9423, 36549, 141777, 549990, 2133594, 8276985, 32109534, 124565121, 483235875, 1874657763, 7272519066, 28212902154, 109448714619, 424593725526, 1647162628047, 6389978382405, 24789187818585
Offset: 1

Views

Author

Mike Zabrocki, Aug 30 2006

Keywords

Comments

Empirical: a(n) is the sum of the greatest elements over all lexicographically greatest elements in all partitions in the canonical basis of the Temperley-Lieb algebra of order n. - John M. Campbell, Oct 17 2017

Examples

			a(1) = 3 because x1-x2, x2-x3, x3-x4 are all of degree 1 and are killed by the differential operator d_x1+d_x2+d_x3+d_x4
For example, the canonical basis of the Temperley-Lieb algebra of order 3 is {{{-3, 1}, {-2, -1}, {2, 3}}, {{-3, 3}, {-2, 2}, {-1, 1}}, {{-3, 3}, {-2, -1}, {1, 2}}, {{-3, -2}, {-1, 1}, {2, 3}}, {{-3, -2}, {-1, 3}, {1, 2}}}, and the lexicographically greatest elements among all partitions in this basis are {2, 3}, {-1, 1}, {1, 2}, {2, 3}, and {1, 2}, with a(3) = 3+1+2+3+2 = 11. - _John M. Campbell_, Oct 17 2017
		

Crossrefs

Programs

  • Maple
    coeffs(convert(series((1-3*q+2*q^2)/(1-6*q+9*q^2-3*q^3),q,30),`+`)-O(q^30),q);
  • Mathematica
    LinearRecurrence[{6, -9, 3}, {1, 3, 11}, 24] (* Jean-François Alcover, Sep 22 2017 *)

Formula

O.g.f.: (1-3*q+2*q^2)/(1-6*q+9*q^2-3*q^3) more generally, sum( n!/(n-d)!*q^d/prod((1-r*q),r=1..d), d=0..n)/sum( q^d/prod((1-r*q),r=1..d), d=0..n) where n=4