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.

A175712 The third column of the Lucas Fibonacci sum of binomials A175685.

Original entry on oeis.org

0, 1, 1, 2, 3, 5, 8, 13, 21, 33, 54, 79, 133, 176, 309, 365, 674, 709, 1383, 1300, 2683, 2267, 4950, 3785, 8735, 6085, 14820, 9465, 24285, 14302, 38587
Offset: 0

Views

Author

Roger L. Bagula, Dec 04 2010

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Sum[Binomial[n - j - 1, j], {j, Floor[(n - 1)/2] - 3, Floor[(
        n - 1)/2]}], {n, 0, 30}]

Formula

a(n) = A175685(n,3), n>=1 .