A239194 T(n,k)=Number of nXk 0..4 arrays with no element equal to the sum of elements to its left or the sum of the elements above it, modulo 5.
4, 12, 12, 40, 120, 40, 128, 1276, 1276, 128, 416, 13128, 43648, 13128, 416, 1344, 136684, 1436268, 1436268, 136684, 1344, 4352, 1416192, 47885992, 151351888, 47885992, 1416192, 4352, 14080, 14700364, 1588084496, 16147220164, 16147220164
Offset: 1
Examples
Some solutions for n=3 k=4 ..1..2..4..3....1..2..2..1....1..2..2..3....1..2..1..1....1..2..2..3 ..3..1..3..4....4..1..4..2....2..4..3..2....2..0..0..4....3..1..0..2 ..2..4..3..3....2..4..0..0....2..0..3..3....1..3..3..1....2..4..4..3
Links
- R. H. Hardin, Table of n, a(n) for n = 1..144
Crossrefs
Column 1 is A087206
Formula
Empirical for column k:
k=1: a(n) = 2*a(n-1) +4*a(n-2)
k=2: [order 7]
k=3: [order 32]
Comments