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