cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A225905 Denominator of Sum_{k=1..n} 1/L(k) where L(n) is the n-th Lucas number (A000204).

Original entry on oeis.org

1, 3, 12, 84, 924, 2772, 80388, 3778236, 35893242, 1471622922, 292852961478, 3367809056997, 1754628518695437, 493050613753417797, 61138276105423806828, 134932175364670341669396, 481842798227237790101413116, 154671538230943330622553610236
Offset: 1

Views

Author

Michel Lagneau, May 20 2013

Keywords

Examples

			1, 4/3, 19/12, 145/84, 1679/924, 5191/2772, ... = A225904/A225905.
		

Crossrefs

Programs

  • Mathematica
    Denominator[Table[Sum[1/LucasL[k], {k, 1, n}], {n, 1, 30}]]
    Denominator[Accumulate[1/LucasL[Range[20]]]] (* Harvey P. Dale, Mar 11 2015 *)
Showing 1-1 of 1 results.