A129532 3n(n-1)4^(n-2).
0, 0, 6, 72, 576, 3840, 23040, 129024, 688128, 3538944, 17694720, 86507520, 415236096, 1962934272, 9160359936, 42278584320, 193273528320, 876173328384, 3942779977728, 17626545782784, 78340203479040, 346346162749440
Offset: 0
Keywords
Links
- Index entries for linear recurrences with constant coefficients, signature (12,-48,64).
Programs
-
Maple
seq(3*n*(n-1)*4^(n-2),n=0..25);
-
Mathematica
Table[3n(n-1)4^(n-2),{n,0,30}] (* or *) LinearRecurrence[{12,-48,64},{0,0,6},30] (* Harvey P. Dale, May 25 2018 *)
Formula
G.f.=6x^2/(1-4x)^3.
Comments