| > | restart; read `c:/Users/Asus/Google Drive/Aek/Pile Game2/Pile2.txt`; |
| > | read `c:/Users/Asus/Google Drive/Guess.txt`; |
| > | #Section 2.1, G_{n,s}(x) |
| > | seq(print(n,[seq(GenG(n,s,-1,p,q,x),s=0..n)]),n=1..7); |
| > |