OFFSET
0,6
COMMENTS
Gives the even terms, all the odd terms are 0.
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
FORMULA
G.f.: (10*x^9+75*x^8+162*x^7-48*x^6+127*x^5-126*x^4+84*x^3-36*x^2+9*x-1) / ((4*x-1) * (25*x^4+10*x^2-5*x+1) * (x^4+4*x^3+6*x^2-x+1)).
MATHEMATICA
CoefficientList[Series[(10*x^9+75*x^8+162*x^7-48*x^6+127*x^5-126*x^4+84*x^3-36*x^2+9*x-1)/((4*x-1)*(25*x^4+10*x^2-5*x+1)*(x^4+4*x^3+6*x^2-x+1)), {x, 0, 40}], x] (* Vincenzo Librandi, Oct 10 2025 *)
PROG
(Magma) m:=35; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!((10*x^9+75*x^8+162*x^7-48*x^6+127*x^5-126*x^4+84*x^3-36*x^2+9*x-1) / ((4*x-1) * (25*x^4+10*x^2-5*x+1) * (x^4+4*x^3+6*x^2-x+1)))); // Vincenzo Librandi, Oct 10 2025
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Sean A. Irvine, Nov 20 2024
STATUS
approved
