[go: up one dir, main page]

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!)
Revision History for A199265 (Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A199265 Decimal expansion of x<0 satisfying 2*x^2+x*cos(x)=2.
(history; published version)
#6 by Russ Cox at Fri Mar 30 18:57:57 EDT 2012
AUTHOR

_Clark Kimberling (ck6(AT)evansville.edu), _, Nov 04 2011

Discussion
Fri Mar 30 18:57
OEIS Server: https://oeis.org/edit/global/285
#5 by T. D. Noe at Sat Nov 05 01:16:40 EDT 2011
STATUS

proposed

approved

#4 by Clark Kimberling at Fri Nov 04 17:12:23 EDT 2011
STATUS

editing

proposed

#3 by Clark Kimberling at Fri Nov 04 15:25:32 EDT 2011
NAME

allocatedDecimal expansion of forx<0 Clarksatisfying Kimberling2*x^2+x*cos(x)=2.

DATA

1, 1, 1, 5, 8, 6, 5, 4, 7, 4, 1, 7, 7, 8, 0, 0, 9, 2, 0, 0, 2, 5, 9, 0, 5, 3, 5, 2, 5, 3, 5, 8, 5, 5, 7, 9, 2, 7, 3, 6, 1, 2, 8, 0, 6, 6, 4, 8, 7, 3, 9, 7, 8, 1, 7, 4, 4, 6, 2, 5, 9, 3, 7, 6, 5, 1, 2, 5, 1, 1, 5, 6, 7, 6, 9, 2, 4, 1, 6, 1, 0, 9, 0, 2, 1, 6, 0, 9, 2, 7, 8, 4, 4, 7, 0, 8, 5, 6, 8

OFFSET

1,4

COMMENTS

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

EXAMPLE

negative: -1.11586547417780092002590535253585579273...

positive: 0.84824964906603356449300167136536010515870...

MATHEMATICA

a = 2; b = 1; c = 2;

f[x_] := a*x^2 + b*x*Cos[x]; g[x_] := c

Plot[{f[x], g[x]}, {x, -2, 2}, {AxesOrigin -> {0, 0}}]

r = x /. FindRoot[f[x] == g[x], {x, -1.2, -1.1}, WorkingPrecision -> 110]

RealDigits[r] (* A199265 *)

r = x /. FindRoot[f[x] == g[x], {x, .84, .85}, WorkingPrecision -> 110]

RealDigits[r] (* A199266 *)

CROSSREFS

Cf. A199170.

KEYWORD

allocated

nonn,cons

AUTHOR

Clark Kimberling (ck6(AT)evansville.edu), Nov 04 2011

STATUS

approved

editing

#2 by Clark Kimberling at Fri Nov 04 15:08:34 EDT 2011
KEYWORD

allocating

allocated

#1 by Clark Kimberling at Fri Nov 04 15:08:34 EDT 2011
NAME

allocated for Clark Kimberling

KEYWORD

allocating

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 August 31 00:13 EDT 2024. Contains 375550 sequences. (Running on oeis4.)