login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A288935
Decimal expansion of the limiting ratio of consecutive terms of A288233.
2
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, 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, 5, 4, 1, 4, 5, 0, 4, 3, 7, 6, 1, 9, 7, 7, 1, 1, 5, 4
OFFSET
1,2
EXAMPLE
1.7639364499663486075051370496423665036228411...
MATHEMATICA
z = 2000; r = Sqrt[8/3];
u = CoefficientList[Series[1/Sum[Floor[(k + 1)*r] (-x)^k, {k, 0, z}], {x, 0, z}], x]; (* A288233 *)
v = N[u[[z]]/u[[z - 1]], 200]
RealDigits[v, 10][[1]](* A288935 *)
CROSSREFS
Cf. A288233, A078140 (includes guide to related constants).
Sequence in context: A332982 A335996 A187799 * A132714 A230327 A105419
KEYWORD
nonn,cons,easy
AUTHOR
Clark Kimberling, Jul 14 2017
STATUS
approved