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!)
A200477 Decimal expansion of least x>0 satisfying x^2-x+1=tan(x). 2
6, 5, 9, 6, 0, 6, 2, 2, 6, 9, 1, 3, 3, 5, 3, 9, 0, 4, 4, 3, 4, 8, 1, 9, 3, 9, 2, 7, 7, 3, 3, 5, 5, 8, 5, 0, 5, 7, 5, 1, 0, 3, 4, 0, 5, 2, 0, 2, 9, 6, 0, 9, 8, 1, 4, 6, 9, 4, 6, 0, 6, 6, 3, 9, 7, 5, 9, 1, 8, 4, 6, 4, 7, 4, 1, 9, 3, 8, 5, 8, 9, 9, 9, 8, 0, 3, 8, 7, 2, 0, 5, 7, 1, 1, 9, 9, 0, 9, 1 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
See A200338 for a guide to related sequences. The Mathematica program includes a graph.
LINKS
EXAMPLE
x=0.659606226913353904434819392773355850...
MATHEMATICA
a = 1; b = -1; c = 1;
f[x_] := a*x^2 + b*x + c; g[x_] := Tan[x]
Plot[{f[x], g[x]}, {x, -.1, Pi/2}, {AxesOrigin -> {0, 0}}]
r = x /. FindRoot[f[x] == g[x], {x, 1.51, 1.52}, WorkingPrecision -> 110]
RealDigits[r] (* A200477 *)
CROSSREFS
Cf. A200338.
Sequence in context: A199949 A165227 A242761 * A269768 A073230 A134881
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Nov 18 2011
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 March 18 21:02 EDT 2024. Contains 370951 sequences. (Running on oeis4.)