Square array T(n,k), n >= 1, k >= 2, read by antidiagonals, where T(n,k) is the number of Hamiltonian paths in the n X k grid graph which start at any of the n vertices on left side of the graph and terminate at any of the n vertices on the right side.
A333571
Square array T(n,k), n >= 1, k >= 2, read by antidiagonals, where T(n,k) is the number of Hamiltonian paths in the n X k grid graph which start at any of the n vertices on left side of the graph and terminate at any of the n vertices on the right side.
Terms
- a(0) =1a(1) =1a(2) =2a(3) =1a(4) =2a(5) =4a(6) =1a(7) =2a(8) =8a(9) =6a(10) =1a(11) =2a(12) =16a(13) =14a(14) =10a(15) =1a(16) =2a(17) =32a(18) =34a(19) =38a(20) =14a(21) =1a(22) =2a(23) =64a(24) =80a(25) =162a(26) =74a(27) =20a(28) =1a(29) =2
External references
- oeis: A333571