OFFSET
0,4
COMMENTS
Also called: C3^2:C2. Gap identifier 18, 4.
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (0,6,10,3,-18).
FORMULA
G.f.: (6*x^5-4*x^4-8*x^3-5*x^2+1) / ((x-1) * (3*x-1) * (2*x+1) * (3*x^2+2*x+1)).
MATHEMATICA
CoefficientList[Series[(6*x^5-4*x^4-8*x^3-5*x^2+1)/((x-1)*(3*x-1)*(2*x+1)*(3*x^2+2*x+1)), {x, 0, 30}], x] (* Vincenzo Librandi, Oct 09 2025 *)
PROG
(Magma) m:=30; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!( (6*x^5-4*x^4-8*x^3-5*x^2+1)/((x-1)*(3*x-1)*(2*x+1)*(3*x^2+2*x+1)))); // Vincenzo Librandi, Oct 09 2025
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Sean A. Irvine, Nov 16 2024
STATUS
approved
