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!)
A125889 Denominator of sum of first n ratios of Fibonacci to Lucas numbers. 2
1, 1, 3, 6, 42, 462, 1386, 40194, 1889118, 17946621, 735811461, 146426480739, 3367809056997, 1754628518695437, 493050613753417797, 30569138052711903414, 67466087682335170834698, 240921399113618895050706558, 77335769115471665311276805118 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
A125888(n)/a(n) = Sum_{i=1..n} A000045(i)/A000032(i) = n/sqrt(5) + O(1). - Max Alekseyev, Dec 07 2006
GCD(F(i),L(i)) <= 2, so the ratio reduces when there is a factor of two in common, every third term. Example as continued fraction: 0 + 1 + 1/3 + 2/4 + 3/7 + 5/11 + 8/18 + 13/29 + 21/47 + 34/76 + 55/123 = 4 + 1/(1 + 1/(19 + 1/(4 + 1/(1 + 1/(13 + 1/(2 + 1/(4 + 1/(1 + 1/(6 + 1/(6 + 1/(1 + 1/(85 + 1/(1 + 1/(4 + 1/2)))))))))))))).
LINKS
FORMULA
a(n) = denominator(Sum_{i=1..n} F(i)/L(i));
a(n) = denominator(Sum_{i=1..n} A000045(i)/A000032(i)).
EXAMPLE
The fractions, reduced to lowest terms, begin: 0/1, 1/1, 4/3, 11/6, 95/42, 1255/462, 4381/1386, 145067/40194, 7662223/1889118, 80819870/17946621, 3642636055/735811461, ...
MATHEMATICA
With[{nn=20}, Join[{1}, Denominator[Accumulate[Fibonacci[Range[nn]]/ LucasL[ Range[ nn]]]]]] (* Harvey P. Dale, Mar 21 2015 *)
PROG
(Magma) [1] cat [Denominator(&+[Fibonacci(i)/Lucas(i): i in [1..n]]): n in [1..25]]; // Vincenzo Librandi, Mar 25 2017
CROSSREFS
Sequence in context: A109491 A085696 A079095 * A300599 A002028 A202858
KEYWORD
easy,frac,nonn
AUTHOR
Jonathan Vos Post, Dec 13 2006
EXTENSIONS
More terms and edited by Jon E. Schoenfield, Mar 16 2014
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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)