login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A329334
Continued fraction of A328904 = 0.7271601514124259..., solution to 1 + 3^x = 5^x.
3
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,3
EXAMPLE
0.7271601514124259... = 0 + 1/(1 + 1/(2 + 1/(1 + 1/(1 + 1/(1 + 1/(72 + 1/...))))))
PROG
(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
CROSSREFS
Cf. A328912 (cont. frac. of A242208: 1 + 2^x = 4^x), A328913 (cont. frac. of A328900: 2^x + 3^x = 4^x), A329337 (cont. frac. of A328907: 1 + 3^x = 6^x).
Sequence in context: A180849 A067101 A105816 * A062979 A114781 A083890
KEYWORD
nonn,cofr
AUTHOR
M. F. Hasler, Nov 11 2019
STATUS
approved