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 A188729 #14 Sep 08 2022 08:45:56 %S A188729 1,3,4,4,0,3,0,6,5,0,8,9,1,0,5,5,0,1,7,9,7,5,7,7,5,4,0,2,2,5,4,8,0,4, %T A188729 7,6,7,8,2,8,9,8,4,9,8,3,7,7,1,9,7,9,9,7,5,3,0,0,5,3,9,7,2,4,9,0,0,4, %U A188729 7,0,3,9,1,4,6,2,8,1,3,4,9,1,8,7,4,5,3,9,7,2,9,1,1,1,2,4,3,1,3,7,8,9,7,9,8,2,2,5,3,8,2,5,5,9,3,4,8,5,1,4,9,1,6,1,9,0,3,2,6,8 %N A188729 Decimal expansion of (3+sqrt(109))/10. %C A188729 Decimal expansion of shape of a (3/5)-extension rectangle; see A188640 for definitions of shape and r-extension rectangle. %C A188729 Briefly, shape=length/width, and an r-extension rectangle is composed of two rectangles of shape 1/r when r<1. %C A188729 The continued fraction of the constant is 1, 2, 1, 9, 1, 2, 1, 1, 2, 1, 9, 1, 2, 1, 1, 2, 1, 9, 1, 2, 1,... %H A188729 G. C. Greubel, <a href="/A188729/b188729.txt">Table of n, a(n) for n = 1..10000</a> %e A188729 1.3440306508910550179757754022548047678289849837719799753005... %p A188729 evalf((3+sqrt(109))/10,140); # _Muniru A Asiru_, Nov 01 2018 %t A188729 r = 3/5; t = (r + (4 + r^2)^(1/2))/2; FullSimplify[t] %t A188729 N[t, 130] %t A188729 RealDigits[N[t, 130]][[1]] %t A188729 ContinuedFraction[t, 120] %o A188729 (PARI) default(realprecision, 100); (3+sqrt(109))/10 \\ _G. C. Greubel_, Nov 01 2018 %o A188729 (Magma) SetDefaultRealField(RealField(100)); (3+Sqrt(109))/10; // _G. C. Greubel_, Nov 01 2018 %Y A188729 Cf. A188640, A188658, A188659, A188730. %K A188729 nonn,cons %O A188729 1,2 %A A188729 _Clark Kimberling_, Apr 10 2011