login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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).
LINKS
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 09:23 EDT 2024. Contains 371782 sequences. (Running on oeis4.)