T(n,k) = Number of (n+2) X (k+2) 0..1 arrays with each row divisible by 5 and each column divisible by 7, read as a binary number with top and left being the most significant bits.
A262759
T(n,k) = Number of (n+2) X (k+2) 0..1 arrays with each row divisible by 5 and each column divisible by 7, read as a binary number with top and left being the most significant bits.
Terms
- a(0) =2a(1) =4a(2) =3a(3) =7a(4) =9a(5) =5a(6) =13a(7) =17a(8) =25a(9) =10a(10) =26a(11) =37a(12) =49a(13) =100a(14) =19a(15) =52a(16) =107a(17) =129a(18) =319a(19) =361a(20) =37a(21) =103a(22) =321a(23) =709a(24) =1645a(25) =1345a(26) =1369a(27) =74a(28) =205a(29) =865
External references
- oeis: A262759