The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A289266 Decimal expansion of the limiting ratio of consecutive terms of A289261. 2

%I #12 Aug 28 2021 05:38:45

%S 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 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 5,3,6,7,5,9,2,5,2,2,3,2,7,1,9,6,3,7

%N Decimal expansion of the limiting ratio of consecutive terms of A289261.

%F 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 1.7640468687532034038928500563010585645579163733...

%t z = 2000; r = 13/8;

%t u = CoefficientList[Series[1/Sum[Floor[(k + 1)*r] (-x)^k, {k, 0, z}], {x, 0, z}], x]; (* A289261 *)

%t v = N[u[[z]]/u[[z - 1]], 200]

%t RealDigits[v, 10][[1]](* A289266 *)

%Y Cf. A078140 (includes guide to related constants), A289261.

%K nonn,cons,easy

%O 1,2

%A _Clark Kimberling_, Jul 14 2017

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 3 05:44 EDT 2024. Contains 373054 sequences. (Running on oeis4.)