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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A108677 (n+1)(n+2)(n+3)(n+4)(19n^2+47n+30)/720. 0
1, 16, 100, 399, 1218, 3108, 6972, 14190, 26763, 47476, 80080, 129493, 202020, 305592, 450024, 647292, 911829, 1260840, 1714636, 2296987, 3035494, 3961980, 5112900, 6529770, 8259615, 10355436, 12876696, 15889825, 19468744, 23695408 (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 (p.231, # 41).

FORMULA

G.f.=(1+9z+9z^2)/(1-z)^7

MAPLE

a:=n->(n+1)*(n+2)*(n+3)*(n+4)*(19*n^2+47*n+30)/720: seq(a(n), n=0..33);

MATHEMATICA

Table[(n+1)(n+2)(n+3)(n+4)(19n^2+47n+30)/720, {n, 0, 40}]  (* From Harvey P. Dale, Mar 4 2011 *)

CROSSREFS

Sequence in context: A014762 A045784 A016958 * A001249 A014796 A052206

Adjacent sequences:  A108674 A108675 A108676 * A108678 A108679 A108680

KEYWORD

nonn

AUTHOR

Emeric Deutsch (deutsch(AT)duke.poly.edu), Jun 17 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 14 23:53 EST 2012. Contains 205689 sequences.