read `AFS.txt`: print(`Here is the Generalized Quasi-Polynomial Capsule for the coefficient of q^(17*n+16) mod 17 functional equation`): print(f(q)=1+ q/((1-q)^5*(1-q^2)^3) *f(q^17)): print(``): CapsuleGQ([1,q/(1-q)^5/(1-q^2)^3],q,17,16,n,100); print(``): print(`This took`, time(), `seconds. `): quit: