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 grid such that the picked positions have a line symmetry.
A291718
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 grid such that the picked positions have a line symmetry.
Terms
- a(0) =1a(1) =4a(2) =6a(3) =8a(4) =36a(5) =44a(6) =16a(7) =120a(8) =192a(9) =276a(10) =25a(11) =300a(12) =596a(13) =1130a(14) =2010a(15) =36a(16) =630a(17) =1436a(18) =3321a(19) =6880a(20) =16400a(21) =49a(22) =1176a(23) =3024a(24) =8272a(25) =20600a(26) =57564a(27) =120940a(28) =64a(29) =2016
External references
- oeis: A291718