OFFSET
1,1
COMMENTS
See A092134 for the continued fraction of this value, phi^phi, where phi = (sqrt(5)+1)/2 = A001622. - M. F. Hasler, Oct 08 2014
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..10000
EXAMPLE
Equals 2.178457567937599147372545702871245851807043301693254611347781924...
MATHEMATICA
RealDigits[N[GoldenRatio^GoldenRatio, 200]] (* Vladimir Joseph Stephan Orlovsky, May 27 2010 *)
PROG
(PARI) (t=(sqrt(5)+1)/2)^t \\ Use \p99 to get 99 digits; digits(%\.1^99) for the sequence of digits. - M. F. Hasler, Oct 08 2014
(SageMath) numerical_approx(golden_ratio^golden_ratio, digits=120) # G. C. Greubel, Jun 16 2022
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
R. J. Mathar, Sep 20 2008
STATUS
approved