Triangle T(m,k) read by rows, where T(m,k) is the number of ways in which 1<=k<=m positions can be picked in an m X m square array such that all positions are mutually isolated. Two positions (s,t),(u,v) are considered as isolated from each other if min(abs(s-u),abs(t-v))>1.
A098487
Triangle T(m,k) read by rows, where T(m,k) is the number of ways in which 1<=k<=m positions can be picked in an m X m square array such that all positions are mutually isolated. Two positions (s,t),(u,v) are considered as isolated from each other if min(abs(s-u),abs(t-v))>1.
Terms
- a(0) =1a(1) =4a(2) =0a(3) =9a(4) =16a(5) =8a(6) =16a(7) =78a(8) =140a(9) =79a(10) =25a(11) =228a(12) =964a(13) =1987a(14) =1974a(15) =36a(16) =520a(17) =3920a(18) =16834a(19) =42368a(20) =62266a(21) =49a(22) =1020a(23) =11860a(24) =85275a(25) =397014a(26) =1220298a(27) =2484382a(28) =64a(29) =1806
External references
- oeis: A098487