read `AFS.txt`: print(`The 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(`m is`, m): print(CapsuleG([1,q/(1-q)],q,m,1)); od: print(`This took`, time(), `seconds. `): quit: