A185261 Decimal expansion of phi^(1/phi).
1, 3, 4, 6, 3, 6, 0, 8, 2, 0, 0, 3, 4, 8, 6, 9, 4, 4, 3, 4, 2, 4, 7, 5, 3, 4, 6, 6, 1, 8, 5, 8, 6, 4, 3, 2, 7, 3, 4, 4, 7, 6, 4, 9, 0, 3, 4, 6, 5, 2, 6, 7, 5, 3, 9, 0, 1, 1, 5, 0, 7, 8, 2, 7, 5, 3, 8, 2, 4, 1, 3, 1, 0, 6, 3, 6, 7, 3, 7, 6, 5, 8, 7, 6, 6, 4
Offset: 1
Links
- G. C. Greubel, Table of n, a(n) for n = 1..5000
Crossrefs
Cf. A001622.
Programs
-
Mathematica
RealDigits[N[GoldenRatio^(1/GoldenRatio),200]][[1]]
-
PARI
phi=(1+sqrt(5))/2; phi^phi^-1 \\ Charles R Greathouse IV, Oct 01 2012