Write a program that computes the following summation series using the Rational class:

You will discover that the output is incorrect because of integer overflow (too large). To fix this problem, see Exercise.
Redesign and implement the Rational class in Listing using BigInteger for the numerator and denominator.
Listing

We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.