[go: up one dir, main page]

login
A328912
Continued fraction expansion of log_2((sqrt(5)+1)/2) = 0.6942419... = A242208.
8
0, 1, 2, 3, 1, 2, 3, 2, 4, 2, 1, 2, 11, 2, 1, 11, 1, 1, 134, 2, 2, 2, 1, 4, 1, 1, 3, 1, 7, 1, 13, 1, 3, 5, 1, 1, 1, 8, 1, 3, 4, 1, 1, 1, 3, 4, 1, 3, 1, 4, 1, 4, 1, 3, 40, 1, 1, 5, 4, 3, 3, 1, 3, 1, 2, 6, 1, 1, 2, 28, 11, 1, 71, 2, 1, 4, 8, 5, 1, 2, 1, 1, 14
OFFSET
0,3
COMMENTS
This number is also the solution to 1 + 2^x = 4^x, or 1 + 1/2^x = 2^x, which clarifies the relation to Phi = (sqrt(5)+1)/2, solution to 1 + 1/x = x.
EXAMPLE
log_2((sqrt(5)+1)/2) = 0.6942419... = 0 + 1/(1 + 1/(2 + 1/(3 + 1/(1 + ...))))
MATHEMATICA
ContinuedFraction[Log2[GoldenRatio], 100] (* Paolo Xausa, Mar 07 2024 *)
PROG
(PARI) localprec(1000); contfrac(log(sqrt(5)+1)/log(2)-1)
CROSSREFS
Cf. A242208, A001622 (decimals of Phi), A000012 (cont. frac. of Phi).
Sequence in context: A105316 A105933 A105315 * A356327 A130830 A131989
KEYWORD
nonn,cofr
AUTHOR
M. F. Hasler, Oct 31 2019
EXTENSIONS
Some terms corrected by Paolo Xausa, Mar 07 2024
STATUS
approved