I'm trying to generate the higher order chebyshev polynomials. I have the first 12 from a book. Supposedly higher order polynomials can be generated from the relationship

Tk+1(x) = 2xT(x) - Tk-1(x)

could anyone tell me how to plug some numbers into that formula?

Simon