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.

A288039 Number of compositions (ordered partitions) of n into Lucas numbers (beginning with 1) (A000204).

Original entry on oeis.org

1, 1, 1, 2, 4, 6, 9, 16, 27, 43, 70, 118, 195, 318, 524, 868, 1430, 2351, 3878, 6399, 10542, 17367, 28634, 47206, 77793, 128212, 211346, 348360, 574153, 946342, 1559849, 2571016, 4237616, 6984659, 11512526, 18975464, 31276187, 51550993, 84968944, 140049801, 230836734, 380476447, 627119783, 1033648857
Offset: 0

Views

Author

Ilya Gutkovskiy, Jun 04 2017

Keywords

Examples

			a(4) = 4 because we have [4], [3, 1], [1, 3] and [1, 1, 1, 1].
		

Crossrefs

Programs

  • Mathematica
    CoefficientList[Series[1/(1 - Sum[x^LucasL[k], {k, 1, 15}]), {x, 0, 43}], x]

Formula

G.f.: 1/(1 - Sum_{k>=1} x^A000204(k)).