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 O (n > 0, 0 <= k <= n^2).
A317574
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 O (n > 0, 0 <= k <= n^2).
Terms
- a(0) =0a(1) =0a(2) =0a(3) =0a(4) =0a(5) =0a(6) =0a(7) =0a(8) =0a(9) =0a(10) =8a(11) =5a(12) =72a(13) =38a(14) =56a(15) =23a(16) =0a(17) =0a(18) =0a(19) =0a(20) =0a(21) =0a(22) =0a(23) =0a(24) =2476a(25) =642a(26) =31841a(27) =11251a(28) =66364a(29) =21718
External references
- oeis: A317574