OFFSET
0,4
COMMENTS
Gives the even terms, all the odd terms are 0.
Also called M16, C4.C4. Gap identifier 16,6.
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (6,-14,32,-40,32).
FORMULA
G.f.: (4*x^5-14*x^4+17*x^3-9*x^2+5*x-1) / ((4*x-1) * (4*x^2+1) * (2*x^2-2*x+1)).
MATHEMATICA
CoefficientList[Series[(4*x^5-14*x^4+17*x^3-9*x^2+5*x-1)/((4*x-1)*(4*x^2+1)*(2*x^2-2*x+1)), {x, 0, 40}], x] (* Vincenzo Librandi, Oct 10 2025 *)
PROG
(Magma) m:=35; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!((4*x^5-14*x^4+17*x^3-9*x^2+5*x-1) / ((4*x-1) * (4*x^2+1) * (2*x^2-2*x+1)))); // Vincenzo Librandi, Oct 10 2025
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Sean A. Irvine, Nov 10 2024
STATUS
approved
