OFFSET
1,1
LINKS
Andrew Howroyd, Table of n, a(n) for n = 1..1000
Eric Weisstein's World of Mathematics, Alkane Graph.
Eric Weisstein's World of Mathematics, Vertex Cut.
Index entries for linear recurrences with constant coefficients, signature (14,-57,76,-32).
FORMULA
a(n) = 4*8^n - (49*4^n + 6*n - 13)/9. - Andrew Howroyd, Apr 23 2023
a(n) = 14*a(n-1) - 57*a(n-2) + 76*a(n-3) - 32*a(n-4) for n >= 5. - Pontus von Brömssen, Apr 23 2023
From Elmo R. Oliveira, Apr 27 2026: (Start)
G.f.: x*(11 + 15*x - 40*x^2)/((1 - x)^2*(1 - 4*x)*(1 - 8*x)).
E.g.f.: exp(x)*(13 - 6*x - 49*exp(3*x) + 36*exp(7*x))/9.
MATHEMATICA
(* Alternative: *)
LinearRecurrence[{14, -57, 76, -32}, {11, 169, 1699, 14989}, 20] (* Paolo Xausa, Jan 25 2026 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Eric W. Weisstein, Apr 23 2023
EXTENSIONS
Terms a(8) and beyond from Andrew Howroyd, Apr 23 2023
STATUS
approved
