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) = (1/2)+3^n*(3*n+4)+3^(2*n)*(3*n-9/2).
G.f.: 4*x*(2+3*x+27*x^2)/((1-x)*(1-3*x)^2*(1-9*x)^2). - Bruno Berselli, Dec 30 2012
MAPLE
a := proc (n) options operator, arrow: 1/2+3^n*(3*n+4)+3^(2*n)*(3*n-9/2) end proc: seq(a(n), n = 1 .. 20);
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Emeric Deutsch, Dec 30 2012
STATUS
approved