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.

A356761 a(n) = L(2*L(n)) + L(2*L(n+1)), where L(n) is the n-th Lucas number (A000032).

Original entry on oeis.org

10, 21, 65, 890, 40446, 33424885, 1322190707485, 44140596372269298846, 58360810951947188228658239895890, 2576080923024092500207469693559464507701547824744865, 150342171745412969401059031474740559845525757221446054521410222913066501974929718621
Offset: 0

Views

Author

Amiram Eldar, Aug 26 2022

Keywords

Crossrefs

Programs

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

Formula

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