OFFSET
0,4
COMMENTS
Gives the even terms, all the odd terms are 0.
Also called Dic16, C8:C2. Gap identifier 16, 9.
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (2,4,16).
FORMULA
G.f.: (6*x^3+3*x^2+2*x-1) / ((4*x-1) * (4*x^2+2*x+1)).
MATHEMATICA
CoefficientList[Series[((6*x^3+3*x^2+2*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+3*x^2+2*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 11 2024
STATUS
approved
