40241088
domain: N
Appears in sequences
- Number of permutations of 3 indistinguishable copies of 1..n with exactly 5 adjacent element pairs in decreasing order.at n=4A151635
- Number of permutations of 3 indistinguishable copies of 1..n with exactly 7 adjacent element pairs in decreasing order.at n=4A151637
- Irregular triangle read by rows: T(n,k) = Sum_{i=0..k} (-1)^i * binomial(3*n+1,i) * binomial(k+3-i,3)^n, 0 <= k <= 3*(n-1).at n=27A174266
- Irregular triangle read by rows: T(n,k) = Sum_{i=0..k} (-1)^i * binomial(3*n+1,i) * binomial(k+3-i,3)^n, 0 <= k <= 3*(n-1).at n=29A174266