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!)
A228040 Decimal expansion of sum of reciprocals, row 2 of Wythoff array, W = A035513. 4
6, 2, 9, 5, 2, 4, 8, 3, 9, 8, 7, 6, 3, 1, 2, 4, 4, 9, 5, 3, 5, 4, 6, 1, 7, 9, 5, 3, 4, 1, 8, 5, 0, 1, 9, 3, 3, 1, 6, 2, 5, 9, 6, 8, 3, 8, 2, 8, 8, 8, 6, 0, 8, 7, 7, 9, 7, 3, 8, 1, 9, 0, 7, 0, 8, 3, 7, 2, 8, 2, 7, 4, 2, 1, 3, 1, 2, 7, 0, 4, 4, 6, 4, 5, 7, 0 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Let c be the constant given by A079586, that is, the sum of reciprocals of the Fibonacci numbers F(k) for k>=1. The number c-1, the sum of reciprocals of row 1 of W, is known to be irrational (see A079586). Conjecture: the same is true for all the other rows of W.
Let h be the constant given at A153387 and s(n) the sum of reciprocals of numbers in row n of W. Then h < 1 + s(n)*floor(n*tau) < c. Thus, s(n) -> 0 as n -> oo.
LINKS
FORMULA
Equals A093540 - 4/3. - Amiram Eldar, May 22 2021
EXAMPLE
1/4 + 1/7 + 1/11 + ... = 0.629524839876312449535461795341...
MATHEMATICA
f[n_] := f[n] = Fibonacci[n]; g = GoldenRatio; w[n_, k_] := w[n, k] = f[k + 1]*Floor[n*g] + f[k]*(n - 1);
n = 2; Table[w[n, k], {n, 1, 5}, {k, 1, 5}]
r = N[Sum[1/w[n, k], {k, 1, 2000}], 120]
RealDigits[r, 10]
CROSSREFS
Sequence in context: A132826 A242724 A100123 * A153633 A118388 A213913
KEYWORD
nonn,cons,easy
AUTHOR
Clark Kimberling, Aug 05 2013
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 May 19 23:42 EDT 2024. Contains 372703 sequences. (Running on oeis4.)