OFFSET
0,1
COMMENTS
This constant, when fed as seed to the logistic map f(x) = 4*x(1-x), gives an orbit that maps to the binary expansion of Pi with 1 if x_i > 0.5 and 0 if x_i < 0.5.
This seed to 300 decimal digits is good to generate about 1000 binary digits of Pi.
EXAMPLE
x_0 = 0.585730... -> 1
x_1 = 0.970601... -> 1
x_2 = 0.114139... -> 0
x_3 = 0.404444... -> 0
x_4 = 0.963477... -> 1
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Antoine Beaulieu, Nov 24 2022
STATUS
approved