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!)
A109121 a(n) = 10(n+1)^3*(2n+1)(7n+5)^2. 0
250, 34560, 487350, 3028480, 12251250, 38016000, 98499310, 223948800, 461143530, 878560000, 1572243750, 2672386560, 4350609250, 6827950080, 10383558750, 15364096000, 22193838810, 31385491200, 43551700630 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
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. 311).
LINKS
FORMULA
G.f.: 10(25 + 3281z + 25068z^2 + 33404z^3 + 8539z^4 + 243z^5)/(1-z)^7.
MAPLE
a:=n->10*(n+1)^3*(2*n+1)*(7*n+5)^2: seq(a(n), n=0..28);
MATHEMATICA
Table[10(n+1)^3(2n+1)(7n+5)^2, {n, 0, 30}] (* Harvey P. Dale, Aug 07 2019 *)
CROSSREFS
Sequence in context: A249199 A249214 A249321 * A253005 A267972 A267995
KEYWORD
nonn,easy
AUTHOR
Emeric Deutsch, Jun 19 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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)