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.

A023549 Convolution of natural numbers >= 2 and Lucas numbers.

Original entry on oeis.org

2, 9, 21, 43, 80, 142, 244, 411, 683, 1125, 1842, 3004, 4886, 7933, 12865, 20847, 33764, 54666, 88488, 143215, 231767, 375049, 606886, 982008, 1588970, 2571057, 4160109, 6731251, 10891448, 17622790, 28514332, 46137219, 74651651, 120788973, 195440730, 316229812
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A020701.

Programs

  • Mathematica
    LinearRecurrence[{3, -2, -1, 1}, {2, 9, 21, 43}, 50] (* Paolo Xausa, Feb 02 2024 *)

Formula

G.f.: [x(2-x)(1+2x)]/[(1-x-x^2)(1-x)^2]. - Ralf Stephan, Apr 05 2004
a(n) = -13-3*n+5*A020701(n). - R. J. Mathar, May 22 2013