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!)
A200601 Decimal expansion of least x > 0 satisfying 4*x^2 - x + 2 = tan(x). 2
1, 4, 6, 1, 0, 8, 1, 7, 4, 3, 4, 8, 8, 1, 8, 9, 4, 1, 5, 2, 6, 5, 5, 8, 1, 2, 2, 8, 9, 5, 8, 0, 8, 2, 0, 8, 8, 0, 2, 7, 4, 7, 9, 8, 7, 8, 0, 1, 7, 0, 9, 4, 7, 4, 2, 4, 0, 0, 2, 2, 8, 4, 6, 8, 3, 0, 1, 8, 6, 2, 1, 2, 3, 6, 0, 8, 9, 1, 7, 0, 7, 8, 5, 8, 6, 4, 1, 9, 9, 7, 3, 7, 3, 9, 4, 9, 7, 2, 8 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
See A200338 for a guide to related sequences. The Mathematica program includes a graph.
LINKS
EXAMPLE
x=1.461081743488189415265581228958082088027479878...
MATHEMATICA
a = 4; b = -1; c = 2;
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.4, 1.5}, WorkingPrecision -> 110]
RealDigits[r] (* A200601 *)
PROG
(PARI) solve(x=1, 1.5, 4*x^2 - x + 2 - tan(x)) \\ Iain Fox, Mar 07 2018
CROSSREFS
Cf. A200338.
Sequence in context: A013254 A094920 A010668 * A277755 A201402 A262562
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Nov 19 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 April 24 11:36 EDT 2024. Contains 371936 sequences. (Running on oeis4.)