Express tan(nx) as a rational function of tan(x) for n = 1,2,3,4,5,6.
> expand(tan(x));
> expand(tan(2*x));
> expand(tan(3*x));
> expand(tan(4*x));
> expand(tan(5*x));
> expand(tan(6*x));
>