This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A199386 #8 Feb 07 2025 19:56:20 %S A199386 7,9,9,7,6,4,4,1,3,6,2,7,4,4,7,3,8,5,1,1,7,6,8,7,7,1,4,9,9,8,7,4,4,7, %T A199386 2,1,3,0,0,1,3,2,8,8,2,8,7,3,6,7,3,5,9,6,3,8,0,2,4,5,1,9,5,3,5,3,9,0, %U A199386 5,9,8,6,2,2,6,4,6,1,3,3,4,5,2,3,0,0,1,4,8,8,9,4,4,3,6,8,1,1,4 %N A199386 Decimal expansion of x>0 satisfying 2*x^2+3*x*sin(x)=3. %C A199386 See A199370 for a guide to related sequences. The Mathematica program includes a graph. %H A199386 <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a>. %e A199386 0.799764413627447385117687714998744721300132882873... %t A199386 a = 2; b = 3; c = 3; %t A199386 f[x_] := a*x^2 + b*x*Sin[x]; g[x_] := c %t A199386 Plot[{f[x], g[x]}, {x, -1, Pi}, {AxesOrigin -> {0, 0}}] %t A199386 r = x /. FindRoot[f[x] == g[x], {x, .79, .80}, WorkingPrecision -> 110] %t A199386 RealDigits[r] (* A199386 *) %Y A199386 Cf. A199370. %K A199386 nonn,cons %O A199386 0,1 %A A199386 _Clark Kimberling_, Nov 06 2011