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 (p. 168).
LINKS
Paolo Xausa, Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients, signature (7,-21,35,-35,21,-7,1).
FORMULA
G.f.: -(2*x^3+10*x^2+8*x+1)/(x-1)^7. - Alois P. Heinz, Feb 27 2015
a(n) = 7*a(n-1) - 21*a(n-2) + 35*a(n-3) - 35*a(n-4) + 21*a(n-5) - 7*a(n-6) + a(n-7). - Wesley Ivan Hurt, Jun 26 2025
MAPLE
a:=n->(n+1)*(n+2)^2*(n+3)*(7*n^2+23*n+20)/240: seq(a(n), n=0..33);
MATHEMATICA
LinearRecurrence[{7, -21, 35, -35, 21, -7, 1}, {1, 15, 94, 380, 1176, 3038, 6888}, 50] (* or *)
A114240[n_] := (n + 1)*(n + 2)^2*(n + 3)*((7*n + 23)*n + 20)/240;
Array[A114240, 50, 0] (* Paolo Xausa, Jun 27 2025 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Emeric Deutsch, Nov 18 2005
STATUS
approved
