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 A200632 #10 Feb 07 2025 16:44:07 %S A200632 1,4,9,6,5,1,3,6,4,8,2,6,7,2,5,4,1,7,0,8,4,0,7,6,6,7,6,9,1,9,8,0,8,8, %T A200632 3,7,0,7,2,1,2,0,8,4,9,0,1,4,3,4,3,6,3,3,8,7,5,9,3,5,1,5,0,0,4,0,0,3, %U A200632 5,0,5,4,0,0,8,3,0,0,9,3,9,3,2,2,6,0,7,5,9,7,9,9,4,1,5,6,0,3,8 %N A200632 Decimal expansion of least x>0 satisfying 6*x^2=tan(x). %C A200632 See A200614 for a guide to related sequences. The Mathematica program includes a graph. %H A200632 <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a>. %e A200632 1.4965136482672541708407667691980883707212084901... %t A200632 a = 6; c = 0; %t A200632 f[x_] := a*x^2 - c; g[x_] := Tan[x] %t A200632 Plot[{f[x], g[x]}, {x, -.1, Pi/2}, {AxesOrigin -> {0, 0}}] %t A200632 r = x /. FindRoot[f[x] == g[x], {x, 1.5, 1.51}, WorkingPrecision -> 110] %t A200632 RealDigits[r] (* A200632 *) %Y A200632 Cf. A200338. %K A200632 nonn,cons %O A200632 1,2 %A A200632 _Clark Kimberling_, Nov 20 2011