login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A200638 Decimal expansion of least x>0 satisfying 6*x^2+5=tan(x). 2
1, 5, 1, 7, 7, 1, 3, 3, 1, 8, 6, 7, 9, 0, 9, 2, 8, 1, 6, 9, 8, 6, 2, 5, 5, 9, 8, 1, 2, 0, 6, 5, 2, 1, 7, 2, 8, 5, 5, 8, 1, 6, 4, 1, 1, 3, 4, 9, 5, 3, 8, 8, 9, 0, 3, 4, 6, 3, 7, 0, 3, 8, 2, 5, 0, 0, 3, 3, 7, 7, 3, 3, 9, 4, 0, 2, 0, 0, 7, 6, 5, 9, 7, 8, 7, 3, 0, 5, 2, 7, 6, 4, 8, 0, 5, 4, 7, 0, 6 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET

1,2

COMMENTS

See A200614 for a guide to related sequences.  The Mathematica program includes a graph.

LINKS

Table of n, a(n) for n=1..99.

EXAMPLE

x=1.517713318679092816986255981206521728558164...

MATHEMATICA

a = 6; c = -5;

f[x_] := a*x^2 - 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.5, 1.6}, WorkingPrecision -> 110]

RealDigits[r]  (* A200638 *)

CROSSREFS

Cf. A200338.

Sequence in context: A101263 A187561 A088515 * A100122 A001945 A051854

Adjacent sequences:  A200635 A200636 A200637 * A200639 A200640 A200641

KEYWORD

nonn,cons

AUTHOR

Clark Kimberling, Nov 20 2011

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 19 11:23 EDT 2013. Contains 225429 sequences.