OFFSET
1,1
REFERENCES
K. Balasubramanian, Recent developments in tree-pruning methods and polynomials for cactus graphs and trees, J. Math. Chemistry, 4 (1990) 89-102.
H. Hosoya, K. Balasubramanian, Exact dimer statistics and characteristic polynomials of cacti lattices, Theor. Chim. Acta 76 (1989) 315-329.
FORMULA
a(n) = -2+3^(n-1)*28+3^(2*n-1)*(16*n-22).
G.f.: 8*x*(1+22*x+9*x^2)/((1-x)*(1-3*x)*(1-9*x)^2). - Bruno Berselli, Dec 30 2012
MAPLE
a := proc (n) options operator, arrow: -2+28*3^(n-1)+3^(2*n-1)*(16*n-22) end proc: seq(a(n), n = 1 .. 20);
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Emeric Deutsch, Dec 30 2012
STATUS
approved