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!)
A329995 Decimal expansion of the solution of 1/x^3 + 1/3^x = 1. 3
1, 1, 2, 1, 7, 7, 4, 9, 7, 9, 0, 2, 9, 5, 6, 5, 4, 5, 6, 5, 5, 2, 1, 8, 9, 2, 8, 9, 2, 9, 1, 4, 6, 1, 1, 5, 6, 4, 7, 2, 1, 4, 5, 4, 6, 0, 2, 6, 5, 7, 6, 7, 4, 8, 3, 9, 7, 9, 9, 4, 3, 5, 3, 2, 2, 5, 7, 8, 9, 5, 1, 0, 1, 3, 8, 1, 2, 8, 8, 0, 2, 9, 9, 7, 4, 8 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
x^3 + 3^x = x^3 * 3^x.
EXAMPLE
x = 1.12177497902956545655218...
MATHEMATICA
r = x /. FindRoot[1/x^3 + 1/3^x == 1, {x, 1, 10}, WorkingPrecision -> 120]
RealDigits[r][[1]] (* A329995 *)
Plot[1/x^2 + 1/2^x - 1, {x, 1, 2}]
PROG
(PARI) solve(x=1, 2, 1/x^3 + 1/3^x - 1) \\ Michel Marcus, Jul 11 2020
CROSSREFS
Sequence in context: A078104 A072280 A217106 * A086054 A256392 A011134
KEYWORD
nonn,cons,easy
AUTHOR
Clark Kimberling, Jan 03 2020
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 24 11:16 EDT 2024. Contains 371936 sequences. (Running on oeis4.)