|
Search: id:A109112
|
|
|
| A109112 |
|
a(n)=6a(n-1)-3a(n-2), a(0)=2, a(1)=13. |
|
+0 1
|
|
| 2, 13, 72, 393, 2142, 11673, 63612, 346653, 1889082, 10294533, 56099952, 305716113, 1665996822, 9078832593, 49475005092, 269613532773, 1469256181362, 8006696489853, 43632410395032, 237774372900633, 1295749006218702
(list; graph; listen)
|
|
|
OFFSET
|
0,1
|
|
|
COMMENT
|
Kekule numbers for certain benzenoids.
|
|
REFERENCES
|
S. J. Cyvin and I. Gutman, Kekule structures in benzenoid hydrocarbons, Lecture Notes in Chemistry, No. 46, Springer, New York, 1988 (p.302, P_{14}).
|
|
FORMULA
|
a(n)=[1/2sqrt(6)][(2sqrt(6)+7)(3+sqrt(6))^n+(2sqrt(6)-7)(3-sqrt(6))^n] G.f.=(2+z)/(1-6z+3z^2)
|
|
MAPLE
|
a[0]:=2:a[1]:=13: for n from 2 to 24 do a[n]:=6*a[n-1]-3*a[n-2] od: seq(a[n], n=0..24);
|
|
CROSSREFS
|
Sequence in context: A136780 A128743 A097349 this_sequence A004027 A007509 A077413
Adjacent sequences: A109109 A109110 A109111 this_sequence A109113 A109114 A109115
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Emeric Deutsch (deutsch(AT)duke.poly.edu), Jun 19 2005
|
|
|
Search completed in 0.002 seconds
|