Irregular triangle read by rows: T(n,k) is the number of n X n tic-tac-toe positions (up to rotation and reflection) with k tokens (i.e., after k plays) which allow a winning strategy for X (n > 0, 0 <= k <= n^2).
A317573
Irregular triangle read by rows: T(n,k) is the number of n X n tic-tac-toe positions (up to rotation and reflection) with k tokens (i.e., after k plays) which allow a winning strategy for X (n > 0, 0 <= k <= n^2).
Terms
- a(0) =1a(1) =1a(2) =1a(3) =1a(4) =2a(5) =2a(6) =0a(7) =0a(8) =0a(9) =7a(10) =9a(11) =85a(12) =67a(13) =139a(14) =70a(15) =23a(16) =12a(17) =0a(18) =0a(19) =0a(20) =0a(21) =0a(22) =0a(23) =1100a(24) =280a(25) =26771a(26) =11535a(27) =91567a(28) =36362a(29) =78138
External references
- oeis: A317573