T(n,k) = Number of n X k 0..3 arrays with no element equal to one plus the sum of elements to its left or one plus the sum of the elements above it or two plus the sum of the elements diagonally to its northwest, modulo 4.

A239849

T(n,k) = Number of n X k 0..3 arrays with no element equal to one plus the sum of elements to its left or one plus the sum of the elements above it or two plus the sum of the elements diagonally to its northwest, modulo 4.

Terms

    a(0) =2a(1) =3a(2) =3a(3) =4a(4) =8a(5) =4a(6) =5a(7) =17a(8) =17a(9) =5a(10) =6a(11) =35a(12) =68a(13) =35a(14) =6a(15) =7a(16) =64a(17) =244a(18) =244a(19) =64a(20) =7a(21) =8a(22) =109a(23) =777a(24) =1613a(25) =777a(26) =109a(27) =8a(28) =9a(29) =176

External references