A226596 Lengths of maximal non-crossing and non-overlapping increasing paths in n X n grids.
0, 2, 4, 7, 10, 13, 16, 20, 22
Offset: 1
Examples
A solution for the case a(8)=20 is ------------------------- 01 02 . . . . . 16 .. . 03 . . . . 14 09 . 15 . 05 . . 12 .. . 04 . . . . . .. . 06 13 . 07 . 21 .. . 08 . 11 . . 19 10 . . . . . . 17 20 18 . . . . . . -------------------------
Links
- Giovanni Resta, Illustration of a(2)-a(9)
- Gordon Hamilton, $1,000,000 Unsolved Problem for Grade 8 (2011)
Crossrefs
Cf. A226595.
Formula
a(n) <= A160663(n-1).
Comments