Pi as a fraction
value = .314159 .... (infinitely long)
value as a fraction = (value * 10^infinity) / 1 (makes it rational)
Sum ( (integer at the nth decimal place) * 10^(infinity - n + 1) ) (n=1 to n=infinity)
To get the integer at nth decimal place
Multiply value by 10^n take the whole number part divide by 10 and take the remainder.
There must exist a reverse value_r where value + value_r = 1
We always think about the next digit in pi but what if its the next number in pi?
For example lets separate pi using fibonnaci
23rd occurence of 23051980 in pi occurs at 3816149725 and that uses all digits
irrational number generator
Comments