OFFSET
1,3
COMMENTS
Also the skewness of the (n+1)-hypercube graph.
LINKS
Eric Weisstein's World of Mathematics, Graph Skewness
Eric Weisstein's World of Mathematics, Hypercube Graph
Index entries for linear recurrences with constant coefficients, signature (5,-8,4).
FORMULA
G.f.: 4*x^3/((1 - 2*x)^2*(1 - x)).
a(n) = 5*a(n-1) - 8*a(n-2) + 4*a(n-3).
From Enrique Navarrete, Dec 10 2025: (Start)
a(n+1) = Sum_{k=1..n} A058922(k).
E.g.f.: exp(x)*((2*x - 3)*exp(x) + 4) - 1. (End)
MATHEMATICA
Table[2^n (n - 3) + 4, {n, 20}]
LinearRecurrence[{5, -8, 4}, {0, 0, 4}, 20]
CoefficientList[Series[4 x^3/((1 - 2 x)^2 (1 - x)), {x, 0, 20}], x]
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Eric W. Weisstein, Aug 25 2017
STATUS
approved
