OFFSET
0,3
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (12,-48,64).
FORMULA
G.f.: 32*x^2/(1 - 4*x)^3. - Vincenzo Librandi, Feb 10 2013
a(n) =32*A038845(n-2). - R. J. Mathar, Apr 26 2015
MATHEMATICA
CoefficientList[Series[32 x^2/(1 - 4 x)^3, {x, 0, 30}], x] (* Vincenzo Librandi, Feb 10 2013 *)
LinearRecurrence[{12, -48, 64}, {0, 0, 32}, 30] (* Harvey P. Dale, Dec 23 2015 *)
PROG
(Magma) [(n^2-n)*4^n: n in [0..20]]; // Vincenzo Librandi, Feb 10 2013
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, Apr 07 2007
STATUS
approved
