login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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).
3
1, 1, 1, 1, 2, 2, 0, 0, 0, 7, 9, 85, 67, 139, 70, 23, 12, 0, 0, 0, 0, 0, 0, 1100, 280, 26771, 11535, 91567, 36362, 78138, 26146, 12900, 3774, 0
OFFSET
1,5
COMMENTS
Only positions occurring in a game are counted. This excludes, for instance, those with two complete lines.
Positions where X has already won are included.
The number of positions headed for a draw (provided that both players play their best moves from there on) is A317575(n,k) - T(n,k) - A317574(n,k).
FORMULA
For even n, T(n,n^2) = 0.
EXAMPLE
Triangle begins:
n\k | 0 1 2 3 4 5 6 7 8 9
----+---------------------------------------
1 | 1 1
2 | 1 1 2 2 0
3 | 0 0 7 9 85 67 139 70 23 12
CROSSREFS
Cf. A317574, A317575, A317401 (3rd row).
Sequence in context: A285244 A263148 A230819 * A032337 A058190 A055736
KEYWORD
nonn,tabf,more
AUTHOR
Álvar Ibeas, Jul 31 2018
STATUS
approved