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!)
A356636 Triangle read by rows. T(n, k) = binomial(n, k) * n!^2 / floor(n/2)!^2. 1
1, 1, 1, 4, 8, 4, 36, 108, 108, 36, 144, 576, 864, 576, 144, 3600, 18000, 36000, 36000, 18000, 3600, 14400, 86400, 216000, 288000, 216000, 86400, 14400, 705600, 4939200, 14817600, 24696000, 24696000, 14817600, 4939200, 705600 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
T(n, 0) = T(n, n) = A193282(n).
Sum_{k=0..n} T(n, k) = 2^n * A193282(n).
EXAMPLE
Triangle T(n, k) starts:
[0] 1;
[1] 1, 1;
[2] 4, 8, 4;
[3] 36, 108, 108, 36;
[4] 144, 576, 864, 576, 144;
[5] 3600, 18000, 36000, 36000, 18000, 3600;
[6] 14400, 86400, 216000, 288000, 216000, 86400, 14400;
MAPLE
A356636 := (n, k) -> binomial(n, k) * (n! / iquo(n, 2)!) ^ 2:
for n from 0 to 9 do seq(A356636(n, k), k = 0..n) od;
CROSSREFS
Sequence in context: A019246 A019192 A285624 * A334957 A154912 A133921
KEYWORD
nonn,tabl
AUTHOR
Peter Luschny, Aug 19 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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)