A214119 Irregular array T(n,k) of the numbers of non-extendable (complete) non-self-adjacent simple paths ending at each of a minimal subset of nodes within a square lattice bounded by rectangles with nodal dimensions n and 2, n >= 2.
2, 5, 0, 10, 0, 18, 0, 0, 31, 0, 0, 52, 0, 0, 0, 86, 0, 0, 0, 141, 0, 0, 0, 0, 230, 0, 0, 0, 0, 374, 0, 0, 0, 0, 0, 607, 0, 0, 0, 0, 0, 984, 0, 0, 0, 0, 0, 0, 1594, 0, 0, 0, 0, 0, 0, 2581, 0, 0, 0, 0, 0, 0, 0, 4178, 0, 0, 0, 0, 0, 0, 0, 6762, 0, 0, 0, 0, 0, 0
Offset: 2
Examples
When n = 2, the number of times (NT) each node in the rectangle is the end node (EN) of a complete non-self-adjacent simple path is EN 0 1 2 3 NT 2 2 2 2 To limit duplication, only the top left-hand corner 2 is stored in the sequence, i.e. T(2,1) = 2.
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.
Formula
Let T(n,k) denote an element of the irregular array then it appears that T(n,k) = A000045(n+3) - 3, n >= 2, k = 1 and T(n,k) = 0, n >= 2, k >= 2.
Comments