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 A289033 #6 Aug 28 2021 04:49:52 %S A289033 1,7,5,4,8,7,7,6,6,6,6,9,4,3,6,8,8,4,2,7,7,3,5,7,2,6,1,1,2,3,8,9,7,2, %T A289033 3,2,9,2,3,1,2,3,6,2,6,8,3,9,7,7,3,4,3,2,0,7,2,5,7,8,4,6,7,9,4,7,7,7, %U A289033 3,0,6,0,1,7,8,2,1,1,4,6,3,0,5,3,4,1 %N A289033 Decimal expansion of the limiting ratio of consecutive terms of A288237. %e A289033 1.7548776666... %t A289033 z = 2000; r = -4/5 + Sqrt[11/4]; %t A289033 u = CoefficientList[Series[1/Sum[Floor[(k + 1)*r] (-x)^k, {k, 0, z}], {x, 0, z}], x]; (* A288237 *) %t A289033 v = N[u[[z]]/u[[z - 1]], 200] %t A289033 RealDigits[v, 10][[1]](* A289033 *) %Y A289033 Cf. A288237, A078140 (includes guide to related constants). %K A289033 nonn,cons,easy %O A289033 1,2 %A A289033 _Clark Kimberling_, Jul 14 2017