First time here? Check out the FAQ!
answered 2015-06-19 15:52:23 +0100
Don't involve symbolic variables.
Try this instead:
sage: sum(nth_prime(k) for k in (1 .. 10)) 129