19185
domain: N
Appears in sequences
- Number of (n+2)X(3+2) 0..2 arrays with no element unequal to a strict majority of its horizontal, vertical, diagonal and antidiagonal neighbors, with values 0..2 introduced in row major order.at n=8A231222
- Number T(n,k) of tilings of a 5 X n rectangle with pentominoes of any shape and exactly k pentominoes of shape U; triangle T(n,k), n>=0, read by rows.at n=12A247708
- Number of tilings of a 5 X n rectangle using n pentominoes of any but the U shape.at n=6A247772
- Triangle read by rows: T(n,k) = Sum_{i=n-k..n} C(k-1,n-i)*C(i,n-k)*C(2*i,i)/(i+1).at n=31A256640
- Number of nX5 0..1 arrays with every element unequal to 0, 1, 2, 4, 6 or 8 king-move adjacent elements, with upper left element zero.at n=6A316301
- Number of nX7 0..1 arrays with every element unequal to 0, 1, 2, 4, 6 or 8 king-move adjacent elements, with upper left element zero.at n=4A316303
- Triangle T(n,k), n >= 0, 0 <= k <= n, read by rows, where T(n,k) = (n-k)*T(n-1,k-1) + 2*(k+1)*T(n-1,k) + A102365(n,k) with T(n,k) = 0 if k < 0 or k > n.at n=29A382629