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
KEYWORD
nonn,easy
AUTHOR
STATUS
approved
