450048
domain: N
Appears in sequences
- Number of permutations of 2 indistinguishable copies of 1..n with exactly 3 adjacent element pairs in decreasing order.at n=5A151625
- Number of permutations of 2 indistinguishable copies of 1..n with exactly 7 adjacent element pairs in decreasing order.at n=5A151629
- Irregular triangle read by rows: T(n,k) = Sum_{i=0..k} (-1)^i * binomial(2*n+1,i) * binomial(k+2-i,2)^n, 0 <= k <= 2*(n-1).at n=28A154283
- Irregular triangle read by rows: T(n,k) = Sum_{i=0..k} (-1)^i * binomial(2*n+1,i) * binomial(k+2-i,2)^n, 0 <= k <= 2*(n-1).at n=32A154283