Triangle read by rows: T(m,n) is the number of simple paths for a Racetrack car (using Moore neighborhood) with initial velocity zero, going from one corner to the diagonally opposite corner on an m X n grid, 1 <= n <= m.

A351106

Triangle read by rows: T(m,n) is the number of simple paths for a Racetrack car (using Moore neighborhood) with initial velocity zero, going from one corner to the diagonally opposite corner on an m X n grid, 1 <= n <= m.

Terms

    a(0) =1a(1) =1a(2) =3a(3) =1a(4) =6a(5) =23a(6) =2a(7) =17a(8) =118a(9) =1470a(10) =3a(11) =47a(12) =762a(13) =23878a(14) =914525a(15) =5a(16) =133a(17) =5724a(18) =420894a(19) =40285572

External references