55395
domain: N
Appears in sequences
- Number of ways to place 2 nonattacking kings on an n X n X n raumschach board.at n=7A166540
- Number of 5-step S, E, and NW-moving king's tours on an n X n board summed over all starting positions.at n=34A187510
- Square table T(n, d) read by antidiagonals: number of ways to place 2 nonattacking kings on an n^d (n X n X ...) raumschach board (hypercubical chessboard).at n=38A194604
- Solution of the complementary equation a(n) = a(n-1) + a(n-2) + b(n-1)*b(n-2), where a(0) = 1, a(1) = 3, a[2] = 5, b(0) = 2, b(1) = 4, and (a(n)) and (b(n)) are increasing complementary sequences.at n=16A295364
- a(1) = 1; a(n) = -Sum_{k=2..n} k^3 * a(floor(n/k)).at n=34A360658
- a(1) = 1; a(n) = -Sum_{k=2..n} k^3 * a(floor(n/k)).at n=35A360658