427348
domain: N
Appears in sequences
- Number of n X 2 0..3 arrays with no element equal to two plus the sum of elements to its left or two plus the sum of elements above it or zero plus the sum of the elements diagonally to its northwest, modulo 4.at n=11A240316
- T(n, k) = [x^k] M(n)*Sum_{k=0..n} E2(n, k)*binomial(-x + n - k, 2*n), where E2 are the second-order Eulerian numbers A340556 and M(n) are the Minkowski numbers A053657. Triangle read by rows, T(n, k) for n >= 0 and 0 <= k <= 2*n+1.at n=28A341111