T(n,k) = Number of (n+1) X (k+1) white-square subarrays of 0..2 arrays with no element equal to a strict majority of its diagonal and antidiagonal neighbors, with values 0..2 introduced in row major order.
A231131
T(n,k) = Number of (n+1) X (k+1) white-square subarrays of 0..2 arrays with no element equal to a strict majority of its diagonal and antidiagonal neighbors, with values 0..2 introduced in row major order.
Terms
- a(0) =1a(1) =2a(2) =2a(3) =6a(4) =8a(5) =6a(6) =16a(7) =40a(8) =40a(9) =16a(10) =44a(11) =176a(12) =308a(13) =176a(14) =44a(15) =120a(16) =808a(17) =2260a(18) =2260a(19) =808a(20) =120a(21) =328a(22) =3584a(23) =16812a(24) =27664a(25) =16812a(26) =3584a(27) =328a(28) =896a(29) =16368
External references
- oeis: A231131