OFFSET
1,1
LINKS
Eric Weisstein's World of Mathematics, Crossed Prism Graph.
Eric Weisstein's World of Mathematics, Molecular Topological Index.
Index entries for linear recurrences with constant coefficients, signature (4,-6,4,-1).
FORMULA
a(n) = 12*n*(2*n^2 + 7).
G.f.: 36*x*(3*x^2-2*x+3)/(x-1)^4. - Colin Barker, Nov 04 2012
From Elmo R. Oliveira, Aug 26 2025: (Start)
E.g.f.: 12*x*(9 + 6*x + 2*x^2)*exp(x).
a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4) for n > 4.
a(n) = 36*A047667(n). (End)
PROG
(PARI) my(x='x+O('x^37)); Vec(36*x*(3-2*x+3*x^2)/(x-1)^4) \\ Elmo R. Oliveira, Aug 26 2025
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Eric W. Weisstein, Jul 10 2011
EXTENSIONS
More terms from Elmo R. Oliveira, Aug 26 2025
STATUS
approved
