A157416 Length of maximal uncrossed cycle of knight moves on n X n board.
0, 0, 0, 4, 8, 12, 24, 32, 42, 54
Offset: 1
Examples
Lengths of longest uncrossed knight cycles on all sufficiently small rectangular boards m X n, with 3 <=m <= n: ......0...0...4...6...6...6...6..10 ..........4...6...8..10..12..14..16 ..............8..12..14..18..20..22 .................12..18..22..24..28 .....................24..26..32..36 .........................32..36..42 .............................42..50 .................................54
References
- D. E. Knuth, Selected Papers on Fun and Games. CSLI, Stanford, CA, 2010. (CSLI Lecture Notes, vol. 192)
Links
- Alex Chernov, Uncrossed Knight's Tours.
Crossrefs
Cf. A003192.
Extensions
a(1)=a(2)=a(3)=0 prepended by Max Alekseyev, Jul 17 2011
Comments