Finite dimensional representations of Sl(2)
imported>Pythagoras0님의 2014년 5월 4일 (일) 23:40 판
introduction
Catalan numbers
- http://qchu.wordpress.com/2010/03/07/walks-on-graphs-and-tensor-products/
- http://mathoverflow.net/questions/17197/how-does-this-relationship-between-the-catalan-numbers-and-su2-generalize
- f[n_] := Integrate[(2 Cos[Pi*x])^n*2 (Sin[Pi*x])^2, {x, 0, 1}]
Table[Simplify[f[2 k]], {k, 1, 10}]
Table[CatalanNumber[n], {n, 1, 10}]