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!)
A288240 Decimal expansion of the limiting ratio of consecutive terms of A288230. 2
1, 9, 4, 6, 2, 9, 0, 3, 8, 3, 5, 0, 2, 7, 4, 5, 0, 5, 1, 2, 0, 9, 7, 3, 9, 5, 6, 5, 8, 1, 4, 8, 5, 8, 6, 7, 0, 4, 2, 4, 2, 1, 2, 6, 9, 2, 6, 7, 3, 3, 1, 2, 8, 3, 4, 4, 5, 6, 5, 5, 2, 6, 1, 2, 1, 3, 0, 2, 5, 7, 9, 1, 7, 4, 0, 3, 2, 0, 3, 8, 0, 8, 0, 6, 0, 2 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
1.9462903835027450512097395658148586704242126926733...
MATHEMATICA
z = 2000; r = Sqrt[5/2];
u = CoefficientList[Series[1/Sum[Floor[(k + 1)*r] (-x)^k, {k, 0, z}], {x, 0, z}], x]; (* A288230 *)
v = N[u[[z]]/u[[z - 1]], 200]
RealDigits[v, 10][[1]](* A288240 *)
CROSSREFS
Cf. A288230, A078140 (includes guide to related constants).
Sequence in context: A213614 A099281 A086240 * A289267 A197155 A153756
KEYWORD
nonn,cons,easy
AUTHOR
Clark Kimberling, Jul 11 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 April 19 23:15 EDT 2024. Contains 371798 sequences. (Running on oeis4.)