A329334 Continued fraction of A328904 = 0.7271601514124259..., solution to 1 + 3^x = 5^x.
0, 1, 2, 1, 1, 1, 72, 1, 3, 2, 6, 1, 1, 2, 45, 1, 5, 13, 73, 1, 2, 1, 9, 1, 1, 1, 3, 2, 3, 3, 2, 1, 2, 2, 1, 1, 19, 1, 1, 1, 1, 5, 1, 5, 2, 4, 3, 1, 6, 1, 1, 2, 1, 9, 8, 1, 4, 1, 1, 20, 1, 1, 2, 1, 5, 2, 2, 1, 2, 5, 1, 56, 1, 1, 1, 6, 127, 1, 1, 7, 2, 7, 1, 6, 1, 1, 3, 1, 54, 1, 1, 3, 2, 1, 1, 3
Offset: 0
Examples
0.7271601514124259... = 0 + 1/(1 + 1/(2 + 1/(1 + 1/(1 + 1/(1 + 1/(72 + 1/...))))))
Crossrefs
Programs
-
PARI
contfrac(c=solve(x=0,1, 1+3^x-5^x))[^-1] \\ discarding possibly incorrect last term. Use e.g. \p999 to get more terms. - M. F. Hasler, Oct 31 2019