read `AFS.txt`: print(`The Quasi-polynomial Generalized Capsules for the coefficient of q^(m*n+1) mod m `): print(`for the unique formal power series satisying thefunctional equation`): print(f(q)=1+q/(1-q)*f(q^m)): print(`for m from 2 to 10, are as follows `): for m from 2 to 10 do print(CapsuleGQ([1,q/(1-q)],q,m,1,n,30)); od: print(`This took`, time(), `seconds. `): quit: