OFFSET
0,4
COMMENTS
Gives the even terms, all the odd terms are 0.
Also called QD16, Q8:C2. Gap identifier 16,8.
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (6,-12,16).
FORMULA
G.f.: (6*x^3-7*x^2+5*x-1) / ((4*x-1) * (4*x^2-2*x+1)).
MATHEMATICA
CoefficientList[Series[(6*x^3-7*x^2+5*x-1)/((4*x-1)*(4*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!((6*x^3-7*x^2+5*x-1) / ((4*x-1) * (4*x^2-2*x+1)))); // Vincenzo Librandi, Oct 10 2025
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Sean A. Irvine, Nov 10 2024
STATUS
approved
