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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A094236 Triangle read by rows: T(n,k) is the number of standard tableaux of shape (n,n,k) (0<=k<=n). 0
1, 1, 1, 2, 5, 5, 5, 21, 42, 42, 14, 84, 252, 462, 462, 42, 330, 1320, 3432, 6006, 6006, 132, 1287, 6435, 21450, 51480, 87516, 87516, 429, 5005, 30030, 121550, 364650, 831402, 1385670, 1385670, 1430, 19448, 136136, 646646, 2309450, 6466460 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

COMMENTS

Column k=0 is the sequence of Catalan numbers (A000108).

FORMULA

T(n, k)=(2n+k)!(n-k+2)(n-k+1)/[k!(n+2)!(n+1)! ] (0<=k<=n).

EXAMPLE

1; 1,1; 2,5,5; 5,21,42,42; 14,84,252,462,462; 42,330,1320,3432,6006,6006;

MAPLE

T:=proc(n, k) if k>n then 0 else (2*n+k)!*(n-k+2)*(n-k+1)/k!/(n+2)!/(n+1)! fi end:seq(seq(T(n, k), k=0..n), n=0..9);

CROSSREFS

Cf. A000108.

Sequence in context: A205396 A082086 A082084 * A205444 A073101 A130851

Adjacent sequences:  A094233 A094234 A094235 * A094237 A094238 A094239

KEYWORD

nonn

AUTHOR

Emeric Deutsch (deutsch(AT)duke.poly.edu), May 30 2004

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 06:09 EST 2012. Contains 205570 sequences.