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”).

A025862
Expansion of 1/((1-x^4)(1-x^5)(1-x^10)).
0
1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 2, 0, 1, 1, 2, 2, 1, 1, 2, 2, 4, 1, 2, 2, 4, 4, 2, 2, 4, 4, 6, 2, 4, 4, 6, 6, 4, 4, 6, 6, 9, 4, 6, 6, 9, 9, 6, 6, 9, 9, 12, 6, 9, 9, 12, 12, 9, 9, 12, 12, 16, 9, 12, 12, 16, 16, 12, 12, 16, 16, 20, 12, 16
OFFSET
0,11
LINKS
Index entries for linear recurrences with constant coefficients, signature (0, 0, 0, 1, 1, 0, 0, 0, -1, 1, 0, 0, 0, -1, -1, 0, 0, 0, 1).
MATHEMATICA
CoefficientList[Series[1/((1-x^4)(1-x^5)(1-x^10)), {x, 0, 80}], x] (* or *) LinearRecurrence[ {0, 0, 0, 1, 1, 0, 0, 0, -1, 1, 0, 0, 0, -1, -1, 0, 0, 0, 1}, {1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 2, 0, 1, 1, 2, 2, 1, 1, 2}, 80] (* Harvey P. Dale, Mar 11 2023 *)
CROSSREFS
Sequence in context: A290885 A059881 A096568 * A004540 A353945 A379071
KEYWORD
nonn
AUTHOR
STATUS
approved