A241435 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 one plus the sum of the elements antidiagonally to its northeast, modulo 4.
2, 3, 3, 4, 5, 4, 7, 10, 2, 7, 10, 21, 22, 3, 10, 15, 45, 74, 97, 5, 15, 24, 88, 158, 515, 213, 6, 24, 35, 181, 448, 1563, 1527, 381, 9, 35, 54, 378, 1272, 5915, 7495, 5304, 1005, 10, 54, 83, 710, 3284, 22712, 45139, 37148, 20690, 1900, 15, 83, 124, 1460, 8331, 76145
Offset: 1
Examples
Some solutions for n=4 k=4 ..2..2..3..3....2..2..3..3....2..2..3..2....3..2..3..2....3..2..3..2 ..2..1..3..2....2..1..1..2....2..1..1..0....2..1..1..0....2..1..1..2 ..3..1..0..0....3..3..0..0....3..1..0..2....3..1..3..2....3..1..2..2 ..2..0..0..0....2..2..2..0....3..2..0..0....3..2..1..2....2..0..0..0
Links
- R. H. Hardin, Table of n, a(n) for n = 1..126
Crossrefs
Column and row 1 are A159288(n+1)
Formula
Empirical for column k:
k=1: a(n) = a(n-2) +2*a(n-3)
k=2: [order 11] for n>13
Empirical for row n:
n=1: a(n) = a(n-2) +2*a(n-3)
n=2: [order 22] for n>24
Comments