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.

A356760 a(n) = L(2*F(n)) + L(2*F(n+1)), where L(n) is the n-th Lucas number (A000032), and F(n) is the n-th Fibonacci number (A000045).

Original entry on oeis.org

5, 6, 10, 25, 141, 2330, 273650, 599346021, 162615199748425, 97418273437938007563970, 15841633607002514292104722681296528726, 1543264591854508694059707631430587191184612139118583889182925
Offset: 0

Views

Author

Amiram Eldar, Aug 26 2022

Keywords

Crossrefs

Programs

  • Mathematica
    a[n_] := LucasL[2*Fibonacci[n]] + LucasL[2*Fibonacci[n + 1]]; Array[a, 12, 0]

Formula

a(n) = A000032(2*A000045(n)) + A000032(2*A000045(n+1)).
a(n) = A316275(n) + A316275(n+1).
Sum_{n>=0} (-1)^n/a(n) = 1/10 (Ohtsuka, 2022).
Showing 1-1 of 1 results.