44024
domain: N
Appears in sequences
- Number of n X 4 binary arrays with top left value 1 and no two ones adjacent horizontally, vertically or nw-se diagonally.at n=7A228279
- Number of nX8 binary arrays with top left value 1 and no two ones adjacent horizontally, vertically or nw-se diagonally.at n=3A228283
- T(n,k) = Number of n X k binary arrays with top left value 1 and no two ones adjacent horizontally, vertically or nw-se diagonally.at n=58A228285
- Solution of the complementary equation a(n) = a(n-1) + 2*a(n-2) + b(n-1), where a(0) = 1, a(1) = 2, b(0) = 3, b(1) = 4, and (a(n)) and (b(n)) are increasing complementary sequences.at n=14A295147