cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A108675 a(n) = (n+1)*(n+2)*(61*n^4 + 366*n^3 + 845*n^2 + 888*n + 360)/720.

Original entry on oeis.org

1, 21, 157, 707, 2353, 6405, 15106, 31998, 62349, 113641, 196119, 323401, 513149, 787801, 1175364, 1710268, 2434281, 3397485, 4659313, 6289647, 8369977, 10994621, 14272006, 18326010, 23297365, 29345121, 36648171, 45406837
Offset: 0

Views

Author

Emeric Deutsch, Jun 17 2005

Keywords

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, # 35).

Programs

  • Maple
    a:=n->(n+1)*(n+2)*(61*n^4+366*n^3+845*n^2+888*n+360)/720: seq(a(n),n=0..32);

Formula

G.f.: (1 + 14*x + 31*x^2 + 14*x^3 + x^4)/(1-x)^7.