proposed
approved
proposed
approved
editing
proposed
<a href="/index/Rec#order_11">Index entries for linear recurrences with constant coefficients</a>, signature (24, 24, 24, 24, 24, 24, 24, 24, 24, 24, -300).
From G. C. Greubel, Jan 17 2023: (Start)
a(n) = 24*Sum_{j=1..10} a(n-j) - 300*a(n-11).
G.f.: (1+x)*(1-x^11)/(1 - 25*x + 324*x^11 - 300*x^12). (End)
CoefficientList[Series[(t^11 + 2*t^10 + 2*t^9 + 2*t^8 + 2*t^7 + 2*t^6 + 2*t^5 + 2*t^4 + 2*t^3 + 2*t^2 + 2*t + 1)/(300*t^11 - 24*t^10 - 24*t^9 - 24*t^8 - 24*t^7 - 24*t^6 - 24*t^5 - 24*t^4 - 24*t^3 - 24*t^2 - 24*t + 1 ), {t, 0, 50}], t] (* G. C. Greubel, May 13 2016 *)
With[{p=300, q=24}, CoefficientList[Series[(1+t)*(1-t^11)/(1-(q+1)*t + (p+q)*t^11-p*t^12), {t, 0, 40}], t]] (* G. C. Greubel, May 13 2016; Jul 25 2024 *)
(Magma)
R<x>:=PowerSeriesRing(Integers(), 30);
Coefficients(R!( (1+x)*(1-x^11)/(1-25*x+324*x^11-300*x^12) )); // G. C. Greubel, Jul 25 2024
(SageMath)
def A166420_list(prec):
P.<x> = PowerSeriesRing(ZZ, prec)
return P( (1+x)*(1-x^11)/(1-25*x+324*x^11-300*x^12) ).list()
A166420_list(30) # G. C. Greubel, Jul 25 2024
approved
editing
editing
approved
coxG[{11, 300, -24}] (* The coxG program is at A169452 *) (* Harvey P. Dale, Dec 31 2017 *)
approved
editing
editing
approved
<a href="/index/Rec#order_11">Index entries for linear recurrences with constant coefficients</a>, signature (24, 24, 24, 24, 24, 24, 24, 24, 24, 24, -300).
approved
editing
reviewed
approved
proposed
reviewed
editing
proposed