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!)
A328001 T(n, k) = k!*(n-k)!/(floor(k/2)!*floor((n-k)/2)!)^2. Triangle read by rows, 0 <= k <= n. 2
1, 1, 1, 2, 1, 2, 6, 2, 2, 6, 6, 6, 4, 6, 6, 30, 6, 12, 12, 6, 30, 20, 30, 12, 36, 12, 30, 20, 140, 20, 60, 36, 36, 60, 20, 140, 70, 140, 40, 180, 36, 180, 40, 140, 70, 630, 70, 280, 120, 180, 180, 120, 280, 70, 630, 252, 630, 140, 840, 120, 900, 120, 840, 140, 630, 252 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
T(n, k) = s(k)*s(n-k) where s(n) = A056040(n).
EXAMPLE
1;
1, 1;
2, 1, 2;
6, 2, 2, 6;
6, 6, 4, 6, 6;
30, 6, 12, 12, 6, 30;
20, 30, 12, 36, 12, 30, 20;
140, 20, 60, 36, 36, 60, 20, 140;
70, 140, 40, 180, 36, 180, 40, 140, 70;
630, 70, 280, 120, 180, 180, 120, 280, 70, 630;
MAPLE
T := (n, k) -> k!*(n-k)!/(iquo(k, 2)!*iquo(n-k, 2)!)^2:
seq(seq(T(n, k), k=0..n), n=0..10);
CROSSREFS
Row sums in A328000. Central column in A327998.
Cf. A056040.
Sequence in context: A152431 A143965 A182073 * A347563 A349269 A098361
KEYWORD
tabl,nonn
AUTHOR
Peter Luschny, Oct 01 2019
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 May 6 23:32 EDT 2024. Contains 372298 sequences. (Running on oeis4.)