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!)
A288935 Decimal expansion of the limiting ratio of consecutive terms of A288233. 2

%I #6 Aug 28 2021 04:48:28

%S 1,7,6,3,9,3,6,4,4,9,9,6,6,3,4,8,6,0,7,5,0,5,1,3,7,0,4,9,6,4,2,3,6,6,

%T 5,0,3,6,2,2,8,4,1,1,4,1,4,0,8,6,2,9,3,2,8,0,5,2,3,4,8,5,0,2,9,4,5,1,

%U 5,4,1,4,5,0,4,3,7,6,1,9,7,7,1,1,5,4

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

%e 1.7639364499663486075051370496423665036228411...

%t z = 2000; r = Sqrt[8/3];

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

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

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

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

%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 April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)