login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A085740 T(n)^2-n^2, where T(n) is a triangular number. 2
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; refs; listen; history; internal format)
OFFSET

0,3

COMMENTS

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.

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 0..10000

FORMULA

a(n) = n^2*(n^2+2*n-3)/4.

a(n) = A000096(n)*A000217(n-1).

a(n) = 4*A173963(n+1). - Reinhard Zumkeller, Mar 03 2010

EXAMPLE

a(3)=T(3)^2-3^2=6^2-9=36-9=27

PROG

(PARI) for(n=0, 50, print1(n^2*(n^2-9)/4", "))

(MAGMA)[n^2*(n^2+2*n-3)/4: n in [0..40]]; // Vincenzo Librandi, Sep 09 2011

CROSSREFS

Cf. A000096, A000217; A173963.

Sequence in context: A137117 A064675 A135713 * A201436 A202508 A129868

Adjacent sequences:  A085737 A085738 A085739 * A085741 A085742 A085743

KEYWORD

nonn,easy

AUTHOR

Jon Perry (perry(AT)globalnet.co.uk), Jul 21 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 20:38 EST 2012. Contains 205663 sequences.