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
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