Triangle read by rows: T(n,k) is the number of self-avoiding paths of length 2*(n-1+k) connecting opposite corners in the n X n grid graph (0 <= k <= floor((n-1)^2/2), n >= 1).
A333520
Triangle read by rows: T(n,k) is the number of self-avoiding paths of length 2*(n-1+k) connecting opposite corners in the n X n grid graph (0 <= k <= floor((n-1)^2/2), n >= 1).
Terms
- a(0) =1a(1) =2a(2) =6a(3) =4a(4) =2a(5) =20a(6) =36a(7) =48a(8) =48a(9) =32a(10) =70a(11) =224a(12) =510a(13) =956a(14) =1586a(15) =2224a(16) =2106a(17) =732a(18) =104a(19) =252a(20) =1200a(21) =3904a(22) =10560a(23) =25828a(24) =58712a(25) =121868a(26) =217436a(27) =300380a(28) =280776a(29) =170384
External references
- oeis: A333520