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!)
A196816 Decimal expansion of the least x>0 satisfying 1/(1+x^2)=cos(x). 7
1, 1, 0, 2, 5, 0, 5, 8, 2, 4, 4, 0, 6, 4, 1, 6, 0, 4, 3, 5, 7, 1, 0, 5, 0, 1, 5, 5, 0, 2, 2, 2, 2, 4, 0, 7, 3, 8, 8, 4, 8, 1, 0, 5, 8, 2, 0, 0, 9, 7, 7, 5, 1, 1, 6, 0, 8, 5, 3, 7, 5, 3, 7, 1, 4, 7, 6, 3, 5, 2, 2, 9, 5, 8, 5, 5, 8, 8, 3, 9, 6, 0, 3, 3, 1, 5, 5, 3, 6, 1, 0, 8, 1, 4, 9, 4, 8, 3, 2, 8 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
Eric Weisstein's World of Mathematics, Witch of Agnesi
EXAMPLE
x=1.10250582440641604357105015502222407388481058200...
MATHEMATICA
Plot[{1/(1 + x^2), Cos[x], 2 Cos[x], 3 Cos[x], 4 Cos[x]}, {x, 0, 2}]
t = x /. FindRoot[1 == (1 + x^2) Cos[x], {x, 1, 1.5}, WorkingPrecision -> 100]
RealDigits[t]
PROG
(PARI) solve(x=1, 1.5, cos(x)*(1+x^2) - 1) \\ Michel Marcus, Feb 10 2015
CROSSREFS
Sequence in context: A307649 A024714 A123342 * A058204 A242969 A268886
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Oct 06 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 17:02 EDT 2024. Contains 371962 sequences. (Running on oeis4.)