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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A108674 (n+1)^2*(n+2)^2*(2*n+3)/12. 1
1, 15, 84, 300, 825, 1911, 3920, 7344, 12825, 21175, 33396, 50700, 74529, 106575, 148800, 203456, 273105, 360639, 469300, 602700, 764841, 960135, 1193424, 1470000, 1795625, 2176551, 2619540, 3131884, 3721425, 4396575, 5166336 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Kekule numbers for certain benzenoids.

This is the case P(3,n) of the family of sequences defined in A132458. - Ottavio D'Antona (dantona(AT)dico.unimi.it), Oct 31 2007

REFERENCES

S. J. Cyvin and I. Gutman, Kekule structures in benzenoid hydrocarbons, Lecture Notes in Chemistry, No. 46, Springer, New York, 1988 (p.231, # 33).

FORMULA

G.f.=(1+z)(1+8z+z^2)/(1-z)^6

Also a(n) = Sum[Sum[i*j^2, {i, 1, n+1}], {j, 1, n+1}]. - Alexander Adamchuk (alex(AT)kolmogorov.com), Jun 25 2006

MAPLE

a:=n->(n+1)^2*(n+2)^2*(2*n+3)/12: seq(a(n), n=0..35);

a:=n->sum(k^2*sum(k, k=0..n), k=0..n):seq(a(n), n=1...31); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Aug 01 2008

a:=n->sum(k^2*sum(k, k=0..n), k=0..n):seq(a(n), n=1...31); [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Aug 09 2008]

CROSSREFS

Sequence in context: A102360 A060581 A065103 * A050405 A206383 A020136

Adjacent sequences:  A108671 A108672 A108673 * A108675 A108676 A108677

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 17 19:13 EST 2012. Contains 206085 sequences.