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 A196762 #10 Aug 09 2021 14:07:15 %S A196762 6,9,0,1,4,1,2,6,0,9,0,2,1,3,0,4,2,9,3,2,3,8,7,3,2,3,1,3,6,3,9,9,2,6, %T A196762 5,5,1,6,5,9,2,0,1,1,5,3,5,1,3,2,7,6,8,7,7,7,3,6,7,4,0,1,2,3,7,2,4,3, %U A196762 4,8,0,2,1,1,1,0,8,5,5,9,4,1,2,0,7,0,1,5,5,5,4,3,3,3,9,0,8,4,1,4 %N A196762 Decimal expansion of the least x > 0 satisfying 4=x*sin(x). %e A196762 6.9014126090213042932387323136399265516592011535132768777... %t A196762 t = x /. FindRoot[4/x == Sin[x], {x, 6, 7}, WorkingPrecision -> 100] %t A196762 RealDigits[t] %o A196762 (PARI) solve(x=6,7, 4/x-sin(x)) \\ _Charles R Greathouse IV_, Sep 06 2016 %Y A196762 Cf. A196765. %K A196762 nonn,cons %O A196762 1,1 %A A196762 _Clark Kimberling_, Oct 06 2011