16224936
domain: N
Appears in sequences
- a(n) = (2n+1)!/n!^2.at n=11A002457
- First numerator and then denominator of central elements of Leibniz's Harmonic Triangle.at n=23A046212
- Swinging factorial, a(n) = 2^(n-(n mod 2))*Product_{k=1..n} k^((-1)^(k+1)).at n=23A056040
- a(n) = n!/(k!)^2, where k is the largest number such that (k!)^2 divides n!.at n=22A056042
- a(n) = n * binomial(n-1, floor((n-1)/2)) = n * max_{i=0..n} binomial(n-1, i).at n=23A100071
- Product{k|n} k$. Here '$' denotes the swinging factorial function (A056040).at n=23A163087
- a(n) = 2^n*binomial((n + 1 + (n mod 2))/2, 1/2).at n=22A242172
- a(n) = A(n) if n is even else a(n) = A(n)*(n-1)/(n+1) with A(n) = ((n-1)!/ floor((n-1)/2)!^2).at n=23A274707