T(n,k)=Number of (n+1)X(k+1) 0..1 arrays with each row divisible by 3 and each column divisible by 5, read as a binary number with top and left being the most significant bits.

A262472

T(n,k)=Number of (n+1)X(k+1) 0..1 arrays with each row divisible by 3 and each column divisible by 5, 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) =4a(6) =1a(7) =6a(8) =9a(9) =7a(10) =1a(11) =11a(12) =36a(13) =17a(14) =13a(15) =1a(16) =22a(17) =121a(18) =115a(19) =37a(20) =26a(21) =1a(22) =43a(23) =484a(24) =457a(25) =469a(26) =107a(27) =52a(28) =1a(29) =86

External references