A263124 T(n,k)=Number of (n+3)X(k+3) 0..1 arrays with each row divisible by 15 and column not divisible by 15, read as a binary number with top and left being the most significant bits.
14, 36, 29, 168, 148, 59, 912, 1664, 522, 119, 52446, 28048, 10356, 1708, 238, 502800, 887805, 316392, 56288, 5124, 477, 5950176, 21881010, 17782827, 3049840, 238104, 15640, 955, 79674864, 583371100, 881938092, 344322375, 16751376, 1294448, 47602
Offset: 1
Examples
Some solutions for n=3 k=4 ..0..0..0..0..0..0..0....1..0..0..1..0..1..1....1..1..0..1..0..0..1 ..0..0..0..0..0..0..0....0..0..1..1..1..1..0....1..1..0..1..0..0..1 ..0..0..0..0..0..0..0....0..0..0..0..0..0..0....0..1..0..1..1..0..1 ..0..0..1..1..1..1..0....0..1..1..1..1..0..0....0..0..0..0..0..0..0 ..0..0..0..0..0..0..0....1..0..0..1..0..1..1....0..0..1..1..1..1..0 ..1..1..0..1..0..0..1....1..0..1..1..0..1..0....1..0..0..1..0..1..1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..59
Formula
Empirical for column k:
k=1: a(n) = 2*a(n-1) +a(n-4) -2*a(n-5)
k=2: [order 46]
Comments