69456
domain: N
Appears in sequences
- T(n,k) is the number of n-step king-knight's tours (piece capable of both kinds of moves) on a k X k board summed over all starting positions.at n=48A187850
- Number of 4-step king-knight's tours (piece capable of both kinds of moves) on an n X n board summed over all starting positions.at n=6A187852
- Solution of the complementary equation a(n) = a(n-1) + a(n-2) + b(n), where a(0) = 3, a(1) = 4, b(0) = 1, b(1) = 2, b(2) = 5, and (a(n)) and (b(n)) are increasing complementary sequences.at n=19A295948