cp's OEIS Frontend

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.

A289266 Decimal expansion of the limiting ratio of consecutive terms of A289261.

This page as a plain text file.
%I A289266 #12 Aug 28 2021 05:38:45
%S A289266 1,7,6,4,0,4,6,8,6,8,7,5,3,2,0,3,4,0,3,8,9,2,8,5,0,0,5,6,3,0,1,0,5,8,
%T A289266 5,6,4,5,5,7,9,1,6,3,7,3,3,8,2,7,5,2,9,1,2,9,3,8,9,8,6,5,7,1,7,8,8,9,
%U A289266 5,3,6,7,5,9,2,5,2,2,3,2,7,1,9,6,3,7
%N A289266 Decimal expansion of the limiting ratio of consecutive terms of A289261.
%F A289266 Real root of the equation -2 + 2*x - x^2 + 2*x^3 - 2*x^4 + x^5 - 2*x^6 + x^7 = 0. - _Vaclav Kotesovec_, Aug 28 2021
%e A289266 1.7640468687532034038928500563010585645579163733...
%t A289266 z = 2000; r = 13/8;
%t A289266 u = CoefficientList[Series[1/Sum[Floor[(k + 1)*r] (-x)^k, {k, 0, z}], {x, 0, z}], x];  (* A289261 *)
%t A289266 v = N[u[[z]]/u[[z - 1]], 200]
%t A289266 RealDigits[v, 10][[1]](* A289266 *)
%Y A289266 Cf. A078140 (includes guide to related constants), A289261.
%K A289266 nonn,cons,easy
%O A289266 1,2
%A A289266 _Clark Kimberling_, Jul 14 2017