OFFSET
1,9
COMMENTS
Direct consequence of classification of complex finite-dimensional simple Lie algebras.
REFERENCES
N. Jacobson, Lie Algebras, Dover Publications.
FORMULA
G.f.: (1+x)/((1 - x^14)(1 - x^52)(1 - x^78)(1-x^133)(1 - x^248) prod( 1-x^(n^2 + 2n), n = 1..inf) prod(1 - x^(2n^2 + n), n=2..inf) prod(1-x^(2n^2+n), n=3..inf) prod( 1-x^(2n^2 - n), n=4..inf)).
MATHEMATICA
max = 67; dims = {14, 52, 78, 133, 248}; f[x_] := (1 + x)/(Times @@ (1 - x^dims)*Product[1 - x^(n^2 + 2*n), {n, 1, max}]*Product[1 - x^(2*n^2 + n), {n, 2, max}]*Product[1 - x^(2*n^2 + n), {n, 3, max}]*Product[1 - x^(2*n^2 - n), {n, 4, max}]); CoefficientList[ Series[f[x], {x, 0, max}], x] // Rest (* Jean-François Alcover, Oct 08 2012, from g.f. *)
CROSSREFS
KEYWORD
nonn,easy,nice
AUTHOR
Paolo Dominici (pl.dm(AT)libero.it)
STATUS
approved