The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A196400 Decimal expansion of the positive number x satisfying e^x = 6*cos(x). 5
1, 0, 6, 5, 7, 5, 8, 8, 8, 8, 1, 5, 9, 0, 3, 1, 9, 5, 0, 5, 4, 8, 5, 1, 2, 9, 7, 2, 0, 9, 2, 8, 9, 2, 7, 8, 2, 4, 6, 2, 0, 0, 1, 3, 2, 7, 4, 5, 5, 3, 5, 4, 0, 6, 0, 0, 9, 9, 5, 6, 5, 7, 4, 7, 5, 5, 7, 7, 8, 4, 4, 6, 7, 7, 7, 3, 4, 7, 5, 8, 9, 1, 5, 4, 9, 3, 5, 4, 4, 4, 3, 5, 6, 9, 6, 0, 1, 4, 1 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
1.065758888159031950548512972092892782462001...
MATHEMATICA
Plot[{E^x, 2 Cos[x], 3 Cos[x], 4 Cos[x]}, {x, 0, Pi/2}]
t = x /.
FindRoot[E^x == 2 Cos[x], {x, .5, .6}, WorkingPrecision -> 100]; RealDigits[t] (* A196396 *)
t = x /.
FindRoot[E^x == 3 Cos[x], {x, .7, .8}, WorkingPrecision -> 100]; RealDigits[t] (* A196397 *)
t = x /.
FindRoot[E^x == 4 Cos[x], {x, .8, 1.0}, WorkingPrecision -> 100]; RealDigits[t] (* A196398 *)
t = x /.
FindRoot[E^x == 5 Cos[x], {x, .8, 1.0}, WorkingPrecision -> 100]; RealDigits[t] (* A196399 *)
t = x /.
FindRoot[E^x == 6 Cos[x], {x, 1.0, 1.1}, WorkingPrecision -> 100]; RealDigits[t] (* A196400 *)
CROSSREFS
Sequence in context: A152149 A338287 A365927 * A086268 A245535 A191102
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Oct 02 2011
EXTENSIONS
a(80) ff. corrected by Georg Fischer, Jul 30 2021
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 May 12 23:55 EDT 2024. Contains 372497 sequences. (Running on oeis4.)