login
A025793
Expansion of 1/((1-x)*(1-x^10)*(1-x^11)).
0
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 5, 6, 6, 6, 6, 6, 6, 6, 6, 7, 8, 9, 10, 10, 10, 10, 10, 10, 10, 11, 12, 13, 14, 15, 15, 15, 15, 15, 15, 16, 17, 18, 19, 20, 21, 21, 21, 21, 21, 22, 23, 24, 25, 26, 27, 28, 28, 28, 28, 29, 30, 31, 32
OFFSET
0,11
LINKS
Index entries for linear recurrences with constant coefficients, signature (1,0,0,0,0,0,0,0,0,1,0,-1,0,0,0,0,0,0,0,0,-1,1).
FORMULA
a(n) = (n^2 + 22*n + 11*(2 + (n mod 10))*(10 - (n mod 10)) -10*(n mod 11)*(11 - (n mod 11)))/220. - Hoang Xuan Thanh, Aug 20 2025
MATHEMATICA
CoefficientList[Series[1/((1-x)(1-x^10)(1-x^11)), {x, 0, 90}], x] (* or *) LinearRecurrence[ {1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1, 1}, {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 5}, 90] (* Harvey P. Dale, Apr 18 2024 *)
PROG
(PARI) Vec(1/((1-x)*(1-x^10)*(1-x^11)) + O(x^64)) \\ Hoang Xuan Thanh, Aug 20 2025
CROSSREFS
Sequence in context: A185436 A025794 A354760 * A102680 A025791 A358474
KEYWORD
nonn,easy
STATUS
approved