OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (34, -425, 2312, -4620).
FORMULA
a(n) = (-54/5)*6^n +(343/12)*7^n - (250/3)*10^n + (1331/20)*11^n. - N. J. A. Sloane, Mar 14 2011
a(n) = 21*a(n-1) - 110*a(n-2) + 7^(n+1) - 6^(n+1); a(0)=1, a(1)=34. - Vincenzo Librandi, Mar 13 2011
MATHEMATICA
CoefficientList[Series[1/((1-6x)(1-7x)(1-10x)(1-11x)), {x, 0, 30}], x] (* Harvey P. Dale, Aug 17 2025 *)
(* Alternative: *)
LinearRecurrence[{34, -425, 2312, -4620}, {1, 34, 731, 12716}, 30] (* Harvey P. Dale, Aug 17 2025 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved
