T(n,k)=Number of nXk 0..3 arrays with no element equal to one plus the sum of elements to its left or three plus the sum of the elements above it or zero plus the sum of the elements diagonally to its northwest, modulo 4.
A240406
T(n,k)=Number of nXk 0..3 arrays with no element equal to one plus the sum of elements to its left or three plus the sum of the elements above it or zero plus the sum of the elements diagonally to its northwest, modulo 4.
Terms
- a(0) =1a(1) =2a(2) =2a(3) =3a(4) =5a(5) =3a(6) =4a(7) =14a(8) =14a(9) =4a(10) =7a(11) =24a(12) =77a(13) =24a(14) =7a(15) =10a(16) =77a(17) =235a(18) =235a(19) =77a(20) =10a(21) =15a(22) =182a(23) =1381a(24) =1304a(25) =1381a(26) =182a(27) =15a(28) =24a(29) =397
External references
- oeis: A240406