OFFSET
1,2
COMMENTS
Fractal dimension 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.1.
José L. Ramírez, Gustavo N. Rubiano, and Rodrigo de Castro, A Generalization of the Fibonacci Word Fractal and the Fibonacci Snowflake, arXiv:1212.1368 [cs.DM], 2012-2014.
EXAMPLE
1.637938209676347011669771024581365...
MAPLE
evalf(3*log((1+sqrt(5))/2)/log(1+sqrt(2)), 120); # Muniru A Asiru, Oct 07 2018
MATHEMATICA
RealDigits[(3*Log[GoldenRatio])/Log[1+Sqrt[2]], 10, 120][[1]] (* Harvey P. Dale, Jan 28 2013 *)
PROG
(PARI) 3*log((1+sqrt(5))/2)/log(1+sqrt(2)) \\ Charles R Greathouse IV, Mar 25 2014
(Magma) SetDefaultRealField(RealField(100)); 3*Log((1+Sqrt(5))/2)/Log(1 +Sqrt(2)); // G. C. Greubel, Oct 06 2018
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
N. J. A. Sloane, Jan 03 2013
STATUS
approved