login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A288039
Number of compositions (ordered partitions) of n into Lucas numbers (beginning with 1) (A000204).
3
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,4
FORMULA
G.f.: 1/(1 - Sum_{k>=1} x^A000204(k)).
EXAMPLE
a(4) = 4 because we have [4], [3, 1], [1, 3] and [1, 1, 1, 1].
MATHEMATICA
CoefficientList[Series[1/(1 - Sum[x^LucasL[k], {k, 1, 15}]), {x, 0, 43}], x]
CROSSREFS
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jun 04 2017
STATUS
approved