(* Exact vs. numerical summation *) Sum[2^(-k), {k, 0, 100}] NSum[2^(-k), {k, 0, 100}] Sum[2^(-k), {k, 0, Infinity}]