OFFSET
1,1
COMMENTS
For n >= 3, also the number of connected induced subgraphs in the n-double cone graph.
LINKS
Eric Weisstein's World of Mathematics, Connected Graph.
Eric Weisstein's World of Mathematics, Double Cone Graph.
Eric Weisstein's World of Mathematics, Vertex-Induced Subgraph.
Index entries for linear recurrences with constant coefficients, signature (7,-15,13,-4).
FORMULA
a(n) = 7*a(n-1)-15*a(n-2)+13*a(n-3)-4*a(n-4).
G.f.: -2*x*(-3+10*x-7*x^2+6*x^3)/((-1+x)^3*(-1+4*x)).
E.g.f.: exp(4*x) + 2*exp(x)*(1 + x^2) - 3. - Stefano Spezia, Aug 29 2025
MATHEMATICA
Table[2 + 4^n + 2 n (n - 1), {n, 20}]
LinearRecurrence[{7, -15, 13, -4}, {6, 22, 78, 282}, 20]
CoefficientList[Series[-(2 (-3 + 10 x - 7 x^2 + 6 x^3)/((-1 + x)^3 (-1 + 4 x))), {x, 0, 20}], x]
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Eric W. Weisstein, Aug 28 2025
STATUS
approved
