cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A214042 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 9, n >= 2.

This page as a plain text file.
%I A214042 #12 Jul 23 2012 12:45:17
%S A214042 55,36,24,18,16,732,476,294,197,168,628,302,148,82,64,6115,4840,3979,
%T A214042 3349,3076,5170,2597,1718,1595,1564,64904,57210,52820,46787,43294,
%U A214042 53478,31544,26459,28472,28700,50228,22432,19802,27924,30696
%N A214042 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 9, n >= 2.
%C A214042 The subset of nodes is contained in the top left-hand quarter of the rectangle and has nodal dimensions floor((n+1)/2) and 5 to capture all geometrically distinct counts.
%C A214042 The quarter-rectangle is read by rows.
%C A214042 The irregular array of numbers is:
%C A214042 ...k.....1.....2.....3.....4.....5.....6.....7.....8.....9....10....11....12....13....14....15
%C A214042 .n
%C A214042 .2......55....36....24....18....16
%C A214042 .3.....732...476...294...197...168...628...302...148....82....64
%C A214042 .4....6115..4840..3979..3349..3076..5170..2597..1718..1595..1564
%C A214042 .5...64904.57210.52820.46787.43294.53478.31544.26459.28472.28700.50228.22432.19802.27924.30696
%C A214042 where k indicates the position of the start node in the quarter-rectangle.
%C A214042 For each n, the maximum value of k is 5*floor((n+1)/2).
%C A214042 Reading this array by rows gives the sequence.
%H A214042 C. H. Gribble, <a href="https://oeis.org/wiki/Complete_non-self-adjacent_paths:Results_for_Square_Lattice">Computed characteristics of complete non-self-adjacent paths in a square lattice bounded by various sizes of rectangle.</a>
%H A214042 C. H. Gribble, <a href="https://oeis.org/wiki/Complete non-self-adjacent paths:Program">Computes characteristics of complete non-self-adjacent paths in square and cubic lattices bounded by various sizes of rectangle and rectangular cuboid respectively.</a>
%e A214042 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
%e A214042 SN  0  1  2  3  4  5  6  7  8
%e A214042     9 10 11 12 13 14 15 16 17
%e A214042 NT 55 36 24 18 16 18 24 36 55
%e A214042    55 36 24 18 16 18 24 36 55
%e A214042 To limit duplication, only the top left-hand corner 34 and the 23, 16 and 13 to its right are stored in the sequence, i.e. T(2,1) = 34, T(2,2) = 23, T(2,3) = 16 and T(2,4) = 13.
%Y A214042 Cf. A213106, A213249, A213426, A213478, A213954, A214022, A214023, A214025, A214037, A214038
%K A214042 nonn,tabf
%O A214042 2,1
%A A214042 _Christopher Hunt Gribble_, Jul 01 2012
%E A214042 Comment corrected by _Christopher Hunt Gribble_, Jul 22 2012