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 occur in a game (n > 0, 0 <= k <= n^2).
A317575
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 occur in a game (n > 0, 0 <= k <= n^2).
Terms
- a(0) =1a(1) =1a(2) =1a(3) =1a(4) =2a(5) =2a(6) =0a(7) =1a(8) =3a(9) =12a(10) =38a(11) =108a(12) =174a(13) =204a(14) =153a(15) =57a(16) =15a(17) =1a(18) =3a(19) =33a(20) =219a(21) =1413a(22) =5514a(23) =20122a(24) =50215a(25) =112379a(26) =179510a(27) =245690a(28) =245690a(29) =193318
External references
- oeis: A317575