886163135
domain: N
Appears in sequences
- Binomial coefficients binomial(5n,n).at n=9A001449
- Binomial coefficient C(3n,n-6).at n=9A004324
- Binomial coefficient C(45,n).at n=9A010961
- Binomial coefficient C(n,36).at n=9A010989
- a(n) = binomial(n*(n+1)/2, n).at n=9A014068
- Binomial coefficients C(2*n+9,9).at n=18A053138
- Product of next n numbers divided by the largest factorial divisor.at n=8A094336
- Triangle read by rows: T(n,k) = binomial(k*n,n), 1 <= k <= n.at n=40A096130
- Triangle, read by rows, where T(n,k) = C(n*(n-1)/2 - k*(k-1)/2 + n-k, n-k).at n=45A107862
- Triangle T(n, k) = binomial(n*(n+1)/2 + k, k), read by rows.at n=54A176566
- Number of nonnegative integer arrays of length n summing to n without equal adjacent values modulo 2.at n=36A221315
- Triangle T(n,k) = binomial(5*n - 4*k, 4*n - 3*k), 0 <= k <= n.at n=45A264774