|
Search: id:A085740
|
|
|
| A085740 |
|
T(n)^2-n^2, where T(n) is a triangular number. |
|
+0 1
|
|
| 0, 0, 5, 27, 84, 200, 405, 735, 1232, 1944, 2925, 4235, 5940, 8112, 10829, 14175, 18240, 23120, 28917, 35739, 43700, 52920, 63525, 75647, 89424, 105000, 122525, 142155, 164052, 188384, 215325, 245055, 277760, 313632, 352869, 395675, 442260
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
COMMENT
|
a(n)=A000096(n)*A000217(n-1).
a(n) is the dimension of the second Cartan power of sl(n, C), which is the irreducible representation of sl(n, C) the highest weight of which is twice that of the adjoint representation. - Daniel Fox (fox(AT)math.gatech.edu), Jan 01, 2006.
|
|
FORMULA
|
n^2*(n^2+2n-3)/4
|
|
EXAMPLE
|
a(3)=T(3)^2-3^2=6^2-9=36-9=27
|
|
PROGRAM
|
(PARI) for(n=0, 50, print1(n^2*(n^2-9)/4", "))
|
|
CROSSREFS
|
Cf. A000096, A000217.
Sequence in context: A137117 A064675 A135713 this_sequence A129868 A069993 A009027
Adjacent sequences: A085737 A085738 A085739 this_sequence A085741 A085742 A085743
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Jon Perry (perry(AT)globalnet.co.uk), Jul 21 2003
|
|
|
Search completed in 0.002 seconds
|