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 A198829 #8 Feb 07 2025 16:44:05 %S A198829 1,6,5,6,3,7,4,8,5,7,4,5,0,9,3,8,9,1,4,1,8,7,3,4,9,9,4,0,4,1,7,6,7,1, %T A198829 1,0,2,0,0,7,4,3,6,9,4,1,0,0,2,2,9,4,1,2,5,9,8,8,8,3,5,4,5,2,2,6,0,6, %U A198829 9,9,0,5,8,3,6,3,5,1,5,8,3,9,5,4,5,1,8,5,9,0,0,6,2,0,6,7,0,2,6 %N A198829 Decimal expansion of x>0 satisfying x^2-3*cos(x)=3. %C A198829 See A198755 for a guide to related sequences. The Mathematica program includes a graph. %H A198829 <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a>. %e A198829 1.65637485745093891418734994041767110200743694100... %t A198829 a = 1; b = -3; c = 3; %t A198829 f[x_] := a*x^2 + b*Cos[x]; g[x_] := c %t A198829 Plot[{f[x], g[x]}, {x, -3, 3}, {AxesOrigin -> {0, 0}}] %t A198829 r = x /. FindRoot[f[x] == g[x], {x, 1.65, 1.66}, WorkingPrecision -> 110] %t A198829 RealDigits[r] (* A198829 *) %Y A198829 Cf. A198755. %K A198829 nonn,cons %O A198829 1,2 %A A198829 _Clark Kimberling_, Oct 30 2011