A262319 T(n,k)=Number of (n+2)X(k+2) 0..1 arrays with each row and column divisible by 7, read as a binary number with top and left being the most significant bits.
2, 3, 3, 5, 5, 5, 10, 9, 9, 10, 19, 27, 17, 27, 19, 37, 61, 133, 133, 61, 37, 74, 145, 361, 1618, 361, 145, 74, 147, 435, 1009, 6043, 6043, 1009, 435, 147, 293, 1253, 8357, 42661, 37873, 42661, 8357, 1253, 293, 586, 3593, 33993, 683218, 413893, 413893, 683218
Offset: 1
Examples
Some solutions for n=4 k=4 ..0..1..0..1..0..1....1..0..0..0..1..1....0..1..0..1..0..1....0..0..0..1..1..1 ..1..0..1..0..1..0....1..0..0..0..1..1....1..1..1..1..1..1....0..0..0..1..1..1 ..1..1..1..1..1..1....0..0..0..1..1..1....1..1..1..1..1..1....0..0..0..0..0..0 ..1..0..1..0..1..0....0..0..1..1..1..0....1..1..1..1..1..1....1..1..1..0..0..0 ..0..1..0..1..0..1....0..0..1..1..1..0....0..1..0..1..0..1....1..1..1..0..0..0 ..0..0..0..0..0..0....1..0..1..0..1..0....0..1..0..1..0..1....1..1..1..1..1..1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..84
Crossrefs
Column 1 is A046630.
Formula
Empirical for column k:
k=1: a(n) = 2*a(n-1) +a(n-3) -2*a(n-4)
k=2: [order 15]
k=3: [order 43]
k=4: [order 29]
Comments