A129001 Heights of roots in Cartan root systems for exceptional groups: A1, G2, F4, E6, E7, E8.
1, 3, 2, 2, 3, 4, 2, 1, 2, 2, 3, 2, 1, 2, 2, 3, 4, 3, 2, 1, 2, 3, 4, 6, 5, 4, 3, 2
Offset: 1
Examples
{1}, {3, 2}, {2, 3, 4, 2}, {1, 2, 2, 3, 2, 1}, {2, 2, 3, 4, 3, 2, 1}, {2, 3, 4, 6, 5, 4, 3, 2}
References
- Sigurdur Helgasson, Differential Geometry, Lie Groups and Symmetric Spaces, Graduate Studies in Mathematics, volume 34. A. M. S.: ISBN 0-8218-2848-7, 1978, pp. 460, 476
Programs
-
Mathematica
a[1] = {1}; a[2] = {3, 2}; a[3] = {2, 3, 4, 2}; a[4] = {1, 2, 2, 3, 2, 1}; a[5] = {2, 2, 3, 4, 3, 2, 1}; a[6] = {2, 3, 4, 6, 5, 4, 3, 2}; b = Table[a[n], {n, 1, 6}]; Flatten[b]
Formula
a(1) = {1}; a(2) = {3, 2}; a(3) = {2, 3, 4, 2}; a(4) = {1, 2, 2, 3, 2, 1}; a(5) = {2, 2, 3, 4, 3, 2, 1}; a(6) = {2, 3, 4, 6, 5, 4, 3, 2};
Comments