A240792 T(n,k)=Number of nXk 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 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.
2, 3, 3, 4, 4, 4, 7, 5, 5, 7, 10, 10, 8, 10, 10, 15, 14, 19, 27, 13, 15, 24, 24, 34, 37, 49, 14, 24, 35, 53, 82, 132, 85, 50, 30, 35, 54, 70, 278, 552, 460, 142, 89, 32, 54, 83, 140, 669, 2277, 2009, 1130, 386, 115, 36, 83, 124, 237, 1969, 11588, 15611, 6993, 6393, 979, 182
Offset: 1
Examples
Some solutions for n=4 k=4 ..3..2..3..2....3..2..3..2....3..2..3..2....3..2..3..3....3..2..3..3 ..3..2..3..2....3..2..1..2....3..2..1..1....3..2..1..1....3..2..1..1 ..2..2..0..3....2..2..0..2....2..2..3..1....2..2..2..2....2..2..3..2 ..2..0..2..2....3..1..3..2....3..1..3..2....3..1..0..2....3..1..3..1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..142
Crossrefs
Row and column 1 are A159288(n+1)
Formula
Empirical for column k:
k=1: a(n) = a(n-2) +2*a(n-3)
k=2: [order 17] for n>19
k=3: [order 76] for n>87
Empirical for row n:
n=1: a(n) = a(n-2) +2*a(n-3)
n=2: [order 17] for n>21
Comments