|
The first approximations to Pi/4 are given in the following table.
---+--------+-----------------------+----------------
n -+- a(n) -+- a(n)/2^n (n+1 bits) --- decimal value
---+--------+-----------------------+----------------
0 -+- 1 ----+------ 1 --------------+- 1
1 -+- 2 ----+------ 1.0 ------------+- 1
2 -+- 3 ----+------ 0.11 -----------+- 0.75
3 -+- 6 ----+------ 0.110 ----------+- 0.75
4 -+- 13 ---+------ 0.1101 ---------+- 0.8125
5 -+- 25 ---+------ 0.11001 --------+- 0.78125
6 -+- 50 ---+------ 0.110010 -------+- 0.78125
7 -+- 101 --+------ 0.1100101 ------+- 0.7890625
8 -+- 201 --+------ 0.11001001 -----+- 0.78515625
------------------------------- Pi/4 = 0.785398...
|