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!)
A110159 a(n) = (n+1)(n+2)(n+3)(9n^2 + 26n + 20)/120. 0
1, 11, 54, 179, 469, 1050, 2100, 3858, 6633, 10813, 16874, 25389, 37037, 52612, 73032, 99348, 132753, 174591, 226366, 289751, 366597, 458942, 569020, 699270, 852345, 1031121, 1238706, 1478449, 1753949, 2069064, 2427920, 2834920, 3294753 (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 (pp. 167-170, Table 10.5/II/6).
LINKS
FORMULA
G.f.: (1 + 5x + 3x^2)/(1-x)^6.
a(n) = Sum_{i=0..n} (i+1)*Sum_{j=n-i+1..n+1} A000217(j). - J. M. Bergot and Robert Israel, Aug 29 2022
MAPLE
a:=n->(n+1)*(n+2)*(n+3)*(9*n^2+26*n+20)/120: seq(a(n), n=0..35);
CROSSREFS
Cf. A000217.
Sequence in context: A003867 A059135 A213840 * A309921 A061983 A079884
KEYWORD
nonn,easy
AUTHOR
Emeric Deutsch, Nov 18 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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)