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.
1, 2, 6, 20, 2, 64, 44, 512, 28, 4, 64, 520, 480, 6720, 43232, 14400
Offset: 1
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
Links
- Yi Yang, The longest road in a square grid (see 2nd post with a C++ program that generates a(2)-a(19)).
Extensions
a(14)-a(16) from Andrew Howroyd, Feb 28 2023
Comments