[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 A198367 (Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A198367 Decimal expansion of least x having 4*x^2+3x=4*cos(x).
(history; published version)
#5 by Russ Cox at Fri Mar 30 18:57:54 EDT 2012
AUTHOR

_Clark Kimberling (ck6(AT)evansville.edu), _, Oct 24 2011

Discussion
Fri Mar 30 18:57
OEIS Server: https://oeis.org/edit/global/285
#4 by T. D. Noe at Mon Oct 24 21:17:15 EDT 2011
STATUS

proposed

approved

#3 by Clark Kimberling at Mon Oct 24 20:25:22 EDT 2011
STATUS

editing

proposed

#2 by Clark Kimberling at Mon Oct 24 11:08:44 EDT 2011
NAME

allocatedDecimal expansion of least forx Clarkhaving Kimberling4*x^2+3x=4*cos(x).

DATA

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

OFFSET

1,3

COMMENTS

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

EXAMPLE

least x: -1.128864420523986139477004663061889573...

greatest x: 0.6060777836486264536657977579905629...

MATHEMATICA

a = 4; b = 3; c = 4;

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

Plot[{f[x], g[x]}, {x, -2, 1}]

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

RealDigits[r1] (* A198367 *)

r2 = x /. FindRoot[f[x] == g[x], {x, .60, .61}, WorkingPrecision -> 110]

RealDigits[r2] (* A198368 *)

CROSSREFS

Cf. A197737.

KEYWORD

allocated

nonn,cons

AUTHOR

Clark Kimberling (ck6(AT)evansville.edu), Oct 24 2011

STATUS

approved

editing

#1 by Clark Kimberling at Sun Oct 23 15:14:25 EDT 2011
NAME

allocated for Clark Kimberling

KEYWORD

allocated

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 29 06:09 EDT 2024. Contains 375510 sequences. (Running on oeis4.)