OFFSET
1,1
REFERENCES
S. J. Cyvin and I. Gutman, Kekulé structures in benzenoid hydrocarbons, Lecture Notes in Chemistry, No. 46, Springer, New York, 1988 (p. 205).
LINKS
FORMULA
a(n) = 2*((sqrt(5) + 2)((15 + 5*sqrt(5))/2)^(n-1) + (sqrt(5) - 2)*((15 - 5*sqrt(5))/2)^(n-1))/sqrt(5).
From Colin Barker, Aug 30 2013: (Start)
a(n) = 15*a(n-1) - 25*a(n-2).
G.f.: -2*x*(5*x-2) / (25*x^2 - 15*x + 1). (End)
MAPLE
a:=2*((sqrt(5)+2)*((15+5*sqrt(5))/2)^(n-1)+(sqrt(5)-2)*((15-5*sqrt(5))/2)^(n-1))/sqrt(5): seq(expand(a(n)), n=1..20);
MATHEMATICA
LinearRecurrence[{15, -25}, {4, 50}, 20] (* Harvey P. Dale, Oct 01 2023 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Emeric Deutsch, Nov 30 2005
STATUS
approved