OFFSET
-1,2
LINKS
Gordon G. Cash and Jerry Ray Dias, Computation, Properties and Resonance Topology of Benzenoid Monoradicals and Polyradicals and the Eigenvectors Belonging to Their Zero Eigenvalues, J. Math. Chem., 30 (2001), 429-444. [See Fig. 2.]
Index entries for linear recurrences with constant coefficients, signature (5,-10,10,-5,1).
FORMULA
a(n) = 2*(n+1)*(4*n^3+18*n^2+35*n+15).
G.f.: -6*(5+23*x-x^2+5*x^3) / (x-1)^5 . - R. J. Mathar, Mar 05 2016
MATHEMATICA
Table[8n^4+44n^3+106n^2+100n+30, {n, -1, 40}] (* or *) LinearRecurrence[{5, -10, 10, -5, 1}, {0, 30, 288, 1134, 3120}, 40] (* Harvey P. Dale, May 12 2022 *)
PROG
(PARI) x='x+O('x^100); concat(0, Vec(-6*(5+23*x-x^2+5*x^3)/(x-1)^5)) \\ Altug Alkan, Mar 05 2016
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, May 10 2007
STATUS
approved