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-2 of 2 results.

A033818 Convolution of natural numbers n >= 1 with Lucas numbers L(k) for k >= -2.

Original entry on oeis.org

3, 5, 9, 14, 22, 34, 53, 83, 131, 208, 332, 532, 855, 1377, 2221, 3586, 5794, 9366, 15145, 24495, 39623, 64100, 103704, 167784, 271467, 439229, 710673, 1149878, 1860526, 3010378, 4870877, 7881227, 12752075, 20633272, 33385316, 54018556, 87403839, 141422361, 228826165, 370248490
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

Formula

a(n) = L(1)*(F(n+1) - 1) + L(0)*F(n) - L(-1)*n, F(n): Fibonacci (A000045), L(n): Lucas (A000032) with L(-n) = (-1)^n*L(n).
G.f.: x*(3-4*x)/((1-x-x^2)*(1-x)^2).
a(n) = Lucas(n+1) + n - 1. - G. C. Greubel, Jun 01 2019

Extensions

Terms a(31) onward added by G. C. Greubel, Jun 01 2019

A023620 Convolution of Lucas numbers and odd numbers.

Original entry on oeis.org

1, 6, 18, 41, 82, 152, 269, 462, 778, 1293, 2130, 3488, 5689, 9254, 15026, 24369, 39490, 63960, 103557, 167630, 271306, 439061, 710498, 1149696, 1860337, 3010182, 4870674, 7881017, 12751858, 20633048, 33385085, 54018318, 87403594, 141422109, 228825906
Offset: 1

Views

Author

Clark Kimberling, Jun 14 1998

Keywords

Crossrefs

Programs

  • PARI
    Vec(-x*(x+1)*(2*x+1)/((x-1)^2*(x^2+x-1)) + O(x^100)) \\ Colin Barker, May 14 2014

Formula

a(n) = L(5)*(F(n+1)-1) + L(4)*F(n) - L(3)*n - 2*n, F(n) = A000045(n).
a(n) = A033811(n) - 2n. - N. J. A. Sloane, Jun 12 2004
a(n) = 3*a(n-1)-2*a(n-2)-a(n-3)+a(n-4). G.f.: -x*(x+1)*(2*x+1) / ((x-1)^2*(x^2+x-1)). - Colin Barker, May 14 2014

Extensions

More terms from Colin Barker, May 14 2014
Showing 1-2 of 2 results.