T(n,k)=Number of (n+1)X(k+1) 0..1 arrays with each row divisible by 3 and each column divisible by 7, read as a binary number with top and left being the most significant bits.
A262917
T(n,k)=Number of (n+1)X(k+1) 0..1 arrays with each row divisible by 3 and each column divisible by 7, read as a binary number with top and left being the most significant bits.
Terms
- a(0) =1a(1) =1a(2) =2a(3) =1a(4) =3a(5) =3a(6) =1a(7) =6a(8) =5a(9) =5a(10) =1a(11) =11a(12) =15a(13) =9a(14) =10a(15) =1a(16) =22a(17) =33a(18) =53a(19) =27a(20) =19a(21) =1a(22) =43a(23) =99a(24) =137a(25) =318a(26) =61a(27) =37a(28) =1a(29) =86
External references
- oeis: A262917