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.

A138550 Central moment sequence of t^2 coefficient in det(tI-A) for random matrix A in USp(6).

Original entry on oeis.org

1, 0, 1, 1, 5, 16, 75, 366, 2016, 11936, 75678, 507575, 3575693, 26289408, 200709665, 1584482382, 12888498820, 107698656192, 922140333952, 8072379904752, 72108967554160, 656190909218560, 6074106708205200, 57118680813847840
Offset: 0

Views

Author

Andrew V. Sutherland, Mar 24 2008

Keywords

Comments

Let the random variable X be the coefficient of t^2 in the characteristic polynomial det(tI-A) of a random matrix in USp(6) (6x6 complex matrices that are unitary and symplectic). Then a(n) = E[(X-1)^n] is the n-th central moment of X since E[X]=1 (see A138549).
Dimension of space of invariant tensors in second fundamental representation of Sp(6). - Bruce Westbury, Dec 05 2014

Examples

			a(4) = 5 because E[(X-1)^4] = 5 for X the t^2 coeff of det(tI-A) in USp(6).
		

Crossrefs

Programs

  • LiE
    p_tensor(n,[0,1,0],C3)|[0,0,0]

Formula

a(n) = Sum_{k=0..n} binomial(n,k)(-1)^{n-k}*A138549(k).