A215107 Triangle read by rows: T(n,k) is the nodal length of the longest non-extendable (complete) non-self-adjacent simple path within a square lattice bounded by rectangles with nodal dimensions n and k, n >= k >= 2.
3, 5, 7, 6, 9, 11, 8, 11, 14, 17, 9, 14, 17, 21, 24, 11, 16, 20, 24, 29, 33, 12, 18, 22, 27, 32, 38, 42, 14, 20, 25, 30, 36, 42, 48, 53
Offset: 2
Examples
T(2,2) = nodal length of the longest complete non-self-adjacent simple path within a 2 X 2 node rectangle.
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