seq
and ithprime
to generate a list
of the first 20 primes. Compute the sum of these 20 primes, and give its
integer factors.
Hint: use a variation of the command
convert(taylor(cos(x),x,5),polynom)
to make this work.
Think of a suitable way to demonstrate that the approximation you have taken is good.