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!)
A196399 Decimal expansion of the positive number x satisfying e^x = 5*cos(x). 5
9, 9, 7, 5, 7, 6, 2, 1, 9, 6, 1, 5, 1, 9, 7, 3, 6, 9, 2, 1, 2, 2, 5, 2, 4, 9, 9, 5, 2, 3, 8, 1, 1, 6, 3, 9, 7, 8, 3, 7, 5, 3, 4, 5, 2, 0, 8, 6, 4, 8, 3, 5, 0, 8, 3, 9, 3, 8, 2, 5, 8, 1, 1, 6, 8, 8, 4, 5, 6, 4, 0, 6, 9, 2, 4, 6, 2, 2, 1, 5, 8, 9, 9, 7, 7, 0, 6, 6, 2, 9, 5, 7, 4, 6, 6, 7, 0, 8, 0, 2, 9, 2, 2 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
EXAMPLE
0.99757621961519736921225249952381163978375345...
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: A277587 A201570 A019895 * A239528 A244347 A341901
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Oct 02 2011
EXTENSIONS
a(100) 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 April 25 09:49 EDT 2024. Contains 371967 sequences. (Running on oeis4.)