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