Triangle read by rows: T(m,n) (1 <= n < m) is the number of moves of an (m,n)-leaper (a generalization of a chess knight) until it can no longer move, starting on a board with squares spirally numbered from 1. Each move is to the lowest-numbered unvisited square. T(m,n) = -1 if the path never terminates.

A323749

Triangle read by rows: T(m,n) (1 <= n < m) is the number of moves of an (m,n)-leaper (a generalization of a chess knight) until it can no longer move, starting on a board with squares spirally numbered from 1. Each move is to the lowest-numbered unvisited square. T(m,n) = -1 if the path never terminates.

Terms

    a(0) =2016a(1) =3723a(2) =4634a(3) =13103a(4) =2016a(5) =1888a(6) =14570a(7) =7574a(8) =1323a(9) =4286a(10) =26967a(11) =3723a(12) =2016a(13) =4634a(14) =1796a(15) =101250a(16) =12217a(17) =4683a(18) =9386a(19) =1811a(20) =3487a(21) =158735a(22) =13103a(23) =5974a(24) =2016a(25) =2758a(26) =1888a(27) =3984a(28) =132688a(29) =33864

External references