> | restart; read `c:/Users/Asus/Google Drive/Aek/Pile Game2/Pile2.txt`; |
> | read `c:/Users/Asus/Google Drive/Guess.txt`; |
> | #Section 3.1, Winning prob. generating functions W_{n,s1,s2}(x) |
> | #W_{n,0,0}(x), 1 <= n <= 12 |
> | seq(print(n,SolveW(n,[1,-1],[1/2,1/2],x)[1,1]),n=1..12); |
> |