read `AFS.txt`: print(`Here is the Generalized 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(``): CapsuleG([1,q/(1-q)^5/(1-q^2)^3],q,17,16); print(``): print(`This took`, time(), `seconds. `): quit: