T(n,k)=Number of (n+1)X(k+1) 0..2 arrays with no element unequal to a strict majority of its horizontal, vertical and antidiagonal neighbors, with values 0..2 introduced in row major order.
A231302
T(n,k)=Number of (n+1)X(k+1) 0..2 arrays with no element unequal to a strict majority of its horizontal, vertical and antidiagonal neighbors, with values 0..2 introduced in row major order.
Terms
- a(0) =1a(1) =2a(2) =2a(3) =4a(4) =5a(5) =4a(6) =12a(7) =16a(8) =16a(9) =12a(10) =32a(11) =51a(12) =69a(13) =51a(14) =32a(15) =92a(16) =174a(17) =301a(18) =301a(19) =174a(20) =92a(21) =264a(22) =617a(23) =1414a(24) =1934a(25) =1414a(26) =617a(27) =264a(28) =756a(29) =2223
External references
- oeis: A231302