The value of pi (in matlab pi) can be computed with the sequence: pi = lim_n rightarrow infinity 2^pi + 1 pi_n where pi_n is defined using the iteration pi_n = squareroot (1/2 pi_n – 1)^2 + [1 – squareroot (1/2 pi_n – 1)^2]^2 pi_0 = squareroot 2 (J. Munkhammar, pers.comm., April 27, 2000: http: //mathworld.wolfram.com/PiFormulas.html). Compute what term of the sequence produce an error