1822014
domain: N
Appears in sequences
- Number of permutations of 2 indistinguishable copies of 1..n with exactly 4 adjacent element pairs in decreasing order.at n=5A151626
- Number of permutations of 2 indistinguishable copies of 1..n with exactly 6 adjacent element pairs in decreasing order.at n=5A151628
- 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=29A154283
- 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=31A154283