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.

A200893 Triangle read by rows: number of meanders filling out an n X k grid.

Original entry on oeis.org

1, 0, 1, 0, 1, 0, 0, 1, 1, 4, 0, 1, 1, 14, 42, 0, 1, 3, 63, 843, 9050, 0, 1, 3, 224, 7506, 342743, 6965359, 0, 1, 8, 1022, 71542, 6971973
Offset: 1

Views

Author

Jon Wild, Nov 23 2011

Keywords

Comments

The sequence counts the distinct closed paths that visit every cell of an n-by-k rectangular lattice at least once, that never cross any edge between adjacent squares more than once, and that do not self-intersect. Paths related by rotation and/or reflection of the square lattice are not considered distinct.

Examples

			The 14 solutions for (n,k)=(5,4), 63 solutions for (n,k)=(6,4) and 224 solutions for (n,k)=(7,4) are illustrated in the supporting png files.
		

Crossrefs

Cf. A200000 (sequence of entries for square grid).

Formula

T(n,3) appears to be equal to A090597.