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!)
A289003 Decimal expansion of the limiting ratio of consecutive terms of A288234. 2
1, 7, 5, 5, 2, 0, 2, 4, 8, 4, 6, 1, 4, 3, 8, 4, 6, 1, 3, 4, 8, 9, 8, 8, 1, 0, 5, 0, 7, 7, 5, 5, 3, 3, 4, 1, 3, 4, 4, 4, 3, 6, 6, 6, 5, 3, 2, 4, 1, 1, 3, 7, 4, 5, 8, 2, 9, 2, 8, 1, 2, 4, 8, 2, 4, 4, 4, 5, 5, 7, 4, 5, 3, 3, 4, 0, 5, 0, 0, 7, 2, 6, 9, 0, 3, 7 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
1.755202484614384613489881050775533413444366653241137458292812482444...
MATHEMATICA
z = 2000; r = -1 + Sqrt[7];
u = CoefficientList[Series[1/Sum[Floor[(k + 1)*r] (-x)^k, {k, 0, z}], {x, 0, z}], x]; (* A288234 *)
v = N[u[[z]]/u[[z - 1]], 200]
RealDigits[v, 10][[1]](* A289003 *)
CROSSREFS
Cf. A288234, A078140 (includes guide to related constants).
Sequence in context: A010510 A258042 A340710 * A295219 A138313 A138312
KEYWORD
nonn,cons,easy
AUTHOR
Clark Kimberling, Jul 14 2017
STATUS
approved

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 20:36 EDT 2024. Contains 373088 sequences. (Running on oeis4.)