login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A357013 Triangle read by rows. T(n, k) = ((2*n)! * k!) / (n + k)!. 0
1, 2, 1, 12, 4, 2, 120, 30, 12, 6, 1680, 336, 112, 48, 24, 30240, 5040, 1440, 540, 240, 120, 665280, 95040, 23760, 7920, 3168, 1440, 720, 17297280, 2162160, 480480, 144144, 52416, 21840, 10080, 5040, 518918400, 57657600, 11531520, 3144960, 1048320, 403200, 172800, 80640, 40320 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
EXAMPLE
[0] 1;
[1] 2, 1;
[2] 12, 4, 2;
[3] 120, 30, 12, 6;
[4] 1680, 336, 112, 48, 24;
[5] 30240, 5040, 1440, 540, 240, 120;
[6] 665280, 95040, 23760, 7920, 3168, 1440, 720;
[7] 17297280, 2162160, 480480, 144144, 52416, 21840, 10080, 5040;
MAPLE
T := (n, k) -> ((2*n)! * k!) / (n + k)!:
for n from 0 to 6 do seq(T(n, k), k = 0..n) od;
CROSSREFS
Cf. A001813 (column 0), A000142 (main diagonal).
Sequence in context: A286640 A288359 A107722 * A370552 A167128 A332749
KEYWORD
nonn,tabl
AUTHOR
Peter Luschny, Sep 25 2022
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 06:24 EDT 2024. Contains 371918 sequences. (Running on oeis4.)