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!)
A046792 Triangle of numbers where k-th row contains (ij)!/(i!j!) with i+j = k+1, 1 <= i <= k. 1
1, 1, 1, 1, 6, 1, 1, 60, 60, 1, 1, 840, 10080, 840, 1, 1, 15120, 3326400, 3326400, 15120, 1, 1, 332640, 1816214400, 36324288000, 1816214400, 332640, 1, 1, 8648640, 1482030950400, 844757641728000, 844757641728000, 1482030950400, 8648640, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
FORMULA
T(n,k) = (k*(n+1-k))!/(k!*(n+1-k)!). - Andrew Howroyd, Mar 07 2020
EXAMPLE
Triangle begins
1;
1, 1;
1, 6, 1;
1, 60, 60, 1;
...
PROG
(PARI) T(n, k)={(k*(n+1-k))!/(k!*(n+1-k)!)} \\ Andrew Howroyd, Mar 07 2020
CROSSREFS
Sequence in context: A287020 A172375 A075377 * A209330 A357297 A111825
KEYWORD
nonn,tabl,easy
AUTHOR
EXTENSIONS
More terms from James A. Sellers
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 14:54 EDT 2024. Contains 371960 sequences. (Running on oeis4.)