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.
%I A213474 #12 Jun 29 2012 13:24:31 %S A213474 2,4,6,10,10,2,2,4,10,22,34,22,36,22,18,2,4,10,22,46,66,60,56,106,72, %T A213474 236,26,2,4,10,22,46,66,100,76,132,116,314,160,654,124,28,2,4,10,22, %U A213474 50,100,192,318,340,430,726,816,1786,1454,4626,1394,706,218,4 %N A213474 Irregular array T(n,k) of the numbers of distinct shapes under rotation of the non-extendable (complete) non-self-adjacent simple paths of each length within a square lattice bounded by rectangles with nodal dimensions n and 5, n >= 2. %C A213474 The irregular array of numbers is: %C A213474 ...k..3....4....5....6....7....8....9...10...11...12...13...14...15...16...17...18...19...20...21 %C A213474 .n %C A213474 .2....2....4....6...10...10....2 %C A213474 .3....2....4...10...22...34...22...36...22...18 %C A213474 .4....2....4...10...22...46...66...60...56..106...72..236...26 %C A213474 .5....2....4...10...22...46...66..100...76..132..116..314..160..654..124...28 %C A213474 .6....2....4...10...22...50..100..192..318..340..430..726..816.1786.1454.4626.1394..706..218....4 %C A213474 where k is the path length in nodes. There is insufficient evidence to attempt to define the irregularity of the array. However, the maximum values of k for 2 <= n <= 9 are 8, 11, 14, 17, 21, 24, 27, 30. Reading this array by rows gives the sequence. The asymptotic sequence for the number of distinct shapes under rotation of the complete non-self-adjacent simple paths of each nodal length k for n >= k-1 is 2, 4, 10, 22, 50, 104, 238, 514 for which there appears to be no obvious formula. %H A213474 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 A213474 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 A213474 T(2,3) = The number of distinct shapes under rotation of the complete non-self-adjacent simple paths of length 3 nodes within a square lattice bounded by a 2 X 5 node rectangle. %Y A213474 Cf. A213106, A213249, A213431, A213433, A213473. %K A213474 nonn,tabf %O A213474 2,1 %A A213474 _Christopher Hunt Gribble_, Jun 12 2012