OFFSET
1,2
COMMENTS
Fractal dimension of the frontier of the Fibonacci word fractal.
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..10000
Alexis Monnerot-Dumaine, The Fibonacci Word Fractal, HAL-00367972, February 2009, section 5.2.
EXAMPLE
1.24647743572981584189100424874815183996105530003376417796845193354456...
MAPLE
evalf(log(3)/log(1+sqrt(2)), 110); # Muniru A Asiru, Oct 11 2018
MATHEMATICA
RealDigits[Log[3]/Log[1 + Sqrt[2]], 10, 100][[1]] (* G. C. Greubel, Oct 10 2018 *)
PROG
(Magma) SetDefaultRealField(RealField(105)); n:=Log(1+Sqrt(2), 3); Reverse(Intseq(Floor(10^104*n)));
(PARI) log(3)/log(1+sqrt(2))
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Arkadiusz Wesolowski, Oct 16 2017
STATUS
approved