OFFSET
0,1
REFERENCES
H. Walser, The Golden Section, Math. Assoc. of Amer, Washington DC 2001.
C. J. Willard, Le nombre d'or, Magnard, Paris 1987.
EXAMPLE
2.178457567937599147372545... = 2 + 1/(5 + 1/(1 + 1/(1 + 1/(1 + 1/(1 + ...))))).
MAPLE
with(numtheory):Digits:= 300: x:=(sqrt(5)+1)/2:convert(evalf(x^x), confrac);
MATHEMATICA
ContinuedFraction[GoldenRatio^ GoldenRatio, 100 ]
PROG
(PARI) phi=(1+sqrt(5))/2; contfrac(phi^phi) \\ Charles R Greathouse IV, Jul 29 2011
CROSSREFS
KEYWORD
nonn,cofr
AUTHOR
EXTENSIONS
Offset changed and missing term inserted by Andrew Howroyd, Jul 08 2024
STATUS
approved