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.

A357516 Number of snake-like polyominoes in an n X n square that start at the NW corner and end at the SE corner and have the maximum length.

Original entry on oeis.org

1, 2, 6, 20, 2, 64, 44, 512, 28, 4, 64, 520, 480, 6720, 43232, 14400
Offset: 1

Views

Author

Yi Yang, Oct 01 2022

Keywords

Comments

The maximum length is given by A357234(n).
If the lower bounds of A357234(n) are tight, then a(14)-a(19) are 6720, 43232, 14400, 226560, 1646080, 403712.
For n > 1, a(n) is even since for every solution there is also the symmetrical solution reflected in the main diagonal.

Examples

			For n = 5, there are 2 such snakes shown as follows:
  X . X X X         X X X X X
  X . X . X         . . . . X
  X . X . X         X X X X X
  X . X . X         X . . . .
  X X X . X         X X X X X
		

Crossrefs

Extensions

a(14)-a(16) from Andrew Howroyd, Feb 28 2023