login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A329337 Continued fraction of A328907 = 0.6009668516..., solution to 1 + 3^x = 6^x. 3
0, 1, 1, 1, 1, 40, 1, 3, 2, 1, 2, 23, 1, 13, 1, 8, 1, 15, 2, 3, 103, 4, 10, 4, 2, 2, 2, 1, 1, 84, 1, 4, 1, 3, 1, 1, 5, 1, 7, 23, 8, 1, 8, 24, 1, 1, 2, 12, 39, 14, 19, 3, 4, 8, 3, 2, 1, 4, 1, 8, 1, 1, 1, 2, 1, 10, 1, 35, 1, 10, 2, 2, 2, 1, 1, 15, 2, 3, 1, 4, 7, 5, 1, 9, 1, 1, 1, 1, 2, 3, 3, 2, 1, 4, 54, 4, 1, 3, 2, 1, 1, 1, 1, 4, 22, 1, 4, 3, 1, 1, 1, 2, 6, 1, 1, 4, 1, 8, 1, 20 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
EXAMPLE
0.6009668516... = 0 + 1/(1 + 1/(1 + 1/(1 + 1/(1 + 1/(40 + 1/(1 + 1/(3 + ...)))))))
MATHEMATICA
ContinuedFraction[x/.FindRoot[1+3^x==6^x, {x, 1}, WorkingPrecision->150]] (* Harvey P. Dale, Jun 13 2022 *)
PROG
(PARI) contfrac(c=solve(x=0, 1, 1+3^x-6^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), A329335 (cont. frac. of A328905: 1 + 2^x = 5^x).
Sequence in context: A013420 A156917 A176644 * A078084 A037937 A126652
KEYWORD
nonn,cofr
AUTHOR
M. F. Hasler, Nov 11 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)