read `CfiniteIntegral.txt`: print(`This file finds Verbose versions for the recurrences for the integral, from 0 to 1 of powers of the Chebyshev polynomials`): for k from 1 to 4 do print(``): print(`---------------------------------------`): print(``): print(`For the sequence defined by`, Int(CHEBYSHEVfirstKind[n](x)^k,x=0..1), `we have `): print(``): print( IntCv([[1,x],[2*x,-1]],x,k,n,N,1/(n+1),20,1000)); print(``): od: print(``): print(`--------------------------------------`): print(``): print(` This took`, time(), `seconds. `): quit: