OFFSET
0,1
COMMENTS
That is to say, take A003849 (the morphism 0 -> 01 and 1 -> 0 starting from a single 0) and interpret it as a decimal fraction with the decimal point at the very beginning.
Davison shows that this constant is transcendental. - Charles R Greathouse IV, Feb 28 2014
LINKS
J. L. Davison, A series and its associated continued fraction, Proc. Amer. Math. Soc. 63 (1977), pp. 29-32.
R. J. Mathar, Gallery of walks on the square lattice by a Turing Plotter for binary sequences(2013)
FORMULA
Equals 1 - 0.709803442861... = 1 - A014565. - Joerg Arndt, Aug 20 2013
EXAMPLE
0.290196557138708685358212600555424402987497794232139483042997355348712...
MATHEMATICA
RealDigits[ FromDigits[{Nest[Flatten[#/.{0 -> {0, 1}, 1 -> {0}}]&, {0}, 12], 0}, 2], 10, 111][[1]]
PROG
(PARI) c()=my(o=0, c=.25, L=default(realprecision)*2136\643, k=2, F); while((F=fibonacci(k++))<=L, [o, c]=[c, c+o>>F]); c \\ Charles R Greathouse IV, Feb 28 2014
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Robert G. Wilson v, Aug 18 2013
STATUS
approved