[go: up one dir, main page]

login
Revision History for A198613 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Decimal expansion of x < 0 satisfying 3*x^2+2*x = sin(x).
(history; published version)
#8 by Georg Fischer at Sun Aug 01 11:05:24 EDT 2021
STATUS

editing

approved

#7 by Georg Fischer at Sun Aug 01 11:05:09 EDT 2021
NAME

Decimal expansion of x < 0 satisfying 3*x^2+2x2*x = sin(x).

OFFSET

1,0,1

EXAMPLE

x=-0.3397076235270913032171630086935943839693...

EXTENSIONS

Offset corrected by Georg Fischer, Aug 01 2021

STATUS

approved

editing

#6 by Russ Cox at Fri Mar 30 18:57:55 EDT 2012
AUTHOR

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

Discussion
Fri Mar 30
18:57
OEIS Server: https://oeis.org/edit/global/285
#5 by Susanna Cuyler at Fri Oct 28 18:20:10 EDT 2011
STATUS

proposed

approved

#4 by Clark Kimberling at Fri Oct 28 17:49:03 EDT 2011
STATUS

editing

proposed

#3 by Clark Kimberling at Fri Oct 28 08:36:51 EDT 2011
EXAMPLE

x=-0.33970762352709130321716300869359438396935933397076235270913032171630086935943839693...

#2 by Clark Kimberling at Fri Oct 28 08:32:58 EDT 2011
NAME

allocated for Clark KimberlingDecimal expansion of x<0 satisfying 3*x^2+2x=sin(x).

DATA

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

OFFSET

1,1

COMMENTS

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

EXAMPLE

x=-0.3397076235270913032171630086935943839693593

MATHEMATICA

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

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

Plot[{f[x], g[x]}, {x, -.5, .1}]

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

RealDigits[r](* A198613 *)

CROSSREFS

Cf. A198414.

KEYWORD

allocated

nonn,cons

AUTHOR

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

STATUS

approved

editing

#1 by Clark Kimberling at Thu Oct 27 10:17:57 EDT 2011
NAME

allocated for Clark Kimberling

KEYWORD

allocated

STATUS

approved