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 end a game (n > 0, 0 <= k <= n^2).
A317576
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 end a game (n > 0, 0 <= k <= n^2).
Terms
- a(0) =0a(1) =1a(2) =0a(3) =0a(4) =0a(5) =2a(6) =0a(7) =0a(8) =0a(9) =0a(10) =0a(11) =0a(12) =21a(13) =21a(14) =58a(15) =23a(16) =15a(17) =0a(18) =0a(19) =0a(20) =0a(21) =0a(22) =0a(23) =0a(24) =280a(25) =642a(26) =4942a(27) =6770a(28) =20286a(29) =16042
External references
- oeis: A317576