login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A109115 a(n)=4a(n-1)+3a(n-2), a(0)=1, a(1)=6. 2
1, 6, 27, 126, 585, 2718, 12627, 58662, 272529, 1266102, 5881995, 27326286, 126951129, 589783374, 2739986883, 12729297654, 59137151265, 274736498022, 1276357445883, 5929639277598, 27547629448041, 127979435624958 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

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 (pp. 302, P_{12}).

FORMULA

a(n)=[(sqrt(7)+4)(2+sqrt(7))^n+(sqrt(7)-4)(2-sqrt(7))^n]/[2sqrt(7)]. G.f.=(1+2z)/(1-4z-3z^2).

MAPLE

a[0]:=1: a[1]:=6: for n from 2 to 26 do a[n]:=4*a[n-1]+3*a[n-2] od: seq(a[n], n=0..26);

CROSSREFS

Sequence in context: A002912 A030297 A045500 * A038176 A104745 A184279

Adjacent sequences:  A109112 A109113 A109114 * A109116 A109117 A109118

KEYWORD

nonn

AUTHOR

Emeric Deutsch (deutsch(AT)duke.poly.edu), Jun 19 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 11:03 EST 2012. Contains 205763 sequences.