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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A109116 (n+1)^3*(n+2)^2*(n+5). 1
20, 432, 3024, 12800, 40500, 105840, 241472, 497664, 947700, 1694000, 2874960, 4672512, 7320404, 11113200, 16416000, 23674880, 33428052, 46317744, 63102800, 84672000, 112058100, 146452592, 189221184, 241920000, 306312500, 384387120 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

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. 310).

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 0..10000

FORMULA

G.f.=4(5+73z+105z^2+z^3-4z^4)/(1-z)^7

MAPLE

a:=n->(n+1)^3*(n+2)^2*(n+5): seq(a(n), n=0..30);

MATHEMATICA

Table[(n+1)^3 (n+2)^2 (n+5), {n, 0, 30}] (* From Harvey P. Dale, Sep 24 2011 *)

PROG

(MAGMA) [(n+1)^3*(n+2)^2*(n+5): n in [0..30]]; // Vincenzo Librandi, Sep 25 2011

CROSSREFS

Sequence in context: A158601 A130832 A180810 * A136257 A190922 A099278

Adjacent sequences:  A109113 A109114 A109115 * A109117 A109118 A109119

KEYWORD

nonn,easy

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 16 21:51 EST 2012. Contains 205978 sequences.