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!)
A126586 Decimal expansion of solution to log(x) = sin(x). 2
2, 2, 1, 9, 1, 0, 7, 1, 4, 8, 9, 1, 3, 7, 4, 6, 0, 3, 2, 5, 9, 5, 7, 8, 5, 1, 8, 8, 2, 0, 4, 2, 9, 0, 1, 6, 8, 1, 7, 5, 3, 6, 6, 5, 5, 6, 5, 3, 2, 0, 6, 7, 8, 8, 5, 4, 1, 5, 2, 6, 1, 2, 9, 1, 9, 1, 8, 3, 7, 8, 4, 7, 0, 7, 7, 0, 6, 3, 5, 1, 4, 8, 2, 1, 5, 7, 6, 7, 4, 8, 6, 0, 1, 1, 3, 2, 1, 0, 2, 1, 0, 6 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
2.219107148913746032595785188204290168175366556532...
MATHEMATICA
RealDigits[ FindRoot[ Log[x] == Sin[x], {x, {2, 3}}, WorkingPrecision -> 120][[1, 2, 1]], 10, 111][[1]]
PROG
(PARI) solve(x=2, 3, log(x) - sin(x)) \\ Michel Marcus, Mar 07 2018
CROSSREFS
Cf. A126598.
Sequence in context: A117260 A077944 A077992 * A128463 A136730 A175714
KEYWORD
cons,nonn
AUTHOR
Denton J. Dailey (denton.dailey(AT)bc3.edu), Jan 05 2007
EXTENSIONS
Changed offset from 0 to 1 by Bruno Berselli, Jun 19 2013
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 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)