A214022 Irregular array T(n,k) of the numbers of non-extendable (complete) non-self-adjacent simple paths starting at each of a minimal subset of nodes within a square lattice bounded by rectangles with nodal dimensions n and 4, n >= 2.
5, 5, 17, 12, 14, 10, 46, 37, 37, 18, 122, 110, 102, 52, 94, 32, 330, 300, 266, 145, 248, 96, 888, 780, 695, 385, 607, 258, 602, 270, 2347, 2008, 1842, 1001, 1526, 663, 1387, 669, 6115, 5170, 4840, 2597, 3979, 1718, 3349, 1595, 3076, 1564, 15811, 13288, 12545, 6722, 10331, 4481, 8461, 3925, 7181, 3556
Offset: 2
Examples
When n = 2, the number of times (NT) each node in the rectangle is the start node (SN) of a complete non-self-adjacent simple path is SN 0 1 2 3 4 5 6 7 NT 5 5 5 5 5 5 5 5 To limit duplication, only the top left-hand corner 5 and the 5 to its right are stored in the sequence, i.e. T(2,1) = 5 and T(2,2) = 5.
Links
- C. H. Gribble, Computed characteristics of complete non-self-adjacent paths in a square lattice bounded by various sizes of rectangle.
- C. H. Gribble, Computes characteristics of complete non-self-adjacent paths in square and cubic lattices bounded by various sizes of rectangle and rectangular cuboid respectively.
Comments