login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A108677
a(n) = (n+1)*(n+2)*(n+3)*(n+4)*(19*n^2 + 47*n + 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
OFFSET
0,2
COMMENTS
Kekulé numbers for certain benzenoids.
REFERENCES
S. J. Cyvin and I. Gutman, Kekulé structures in benzenoid hydrocarbons, Lecture Notes in Chemistry, No. 46, Springer, New York, 1988 (p. 231, # 41).
FORMULA
G.f.: (1 + 9*x + 9*x^2)/(1-x)^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}] (* Harvey P. Dale, Mar 04 2011 *)
CROSSREFS
Sequence in context: A045784 A354877 A016958 * A001249 A014796 A052206
KEYWORD
nonn,easy
AUTHOR
Emeric Deutsch, Jun 17 2005
STATUS
approved