T(n,k)=Number of nXk 0..3 arrays with no element equal to one plus the sum of elements to its left or zero plus the sum of the elements above it or zero plus the sum of the elements diagonally to its northwest or zero plus the sum of the elements antidiagonally to its northeast, modulo 4.
A240760
T(n,k)=Number of nXk 0..3 arrays with no element equal to one plus the sum of elements to its left or zero plus the sum of the elements above it or zero plus the sum of the elements diagonally to its northwest or zero plus the sum of the elements antidiagonally to its northeast, modulo 4.
Terms
- a(0) =2a(1) =5a(2) =2a(3) =11a(4) =6a(5) =4a(6) =25a(7) =9a(8) =12a(9) =6a(10) =57a(11) =42a(12) =19a(13) =16a(14) =8a(15) =129a(16) =124a(17) =142a(18) =24a(19) =16a(20) =14a(21) =293a(22) =474a(23) =553a(24) =348a(25) =25a(26) =35a(27) =20a(28) =665a(29) =1440
External references
- oeis: A240760