A127369 (n^3+n)*4^n.
8, 160, 1920, 17408, 133120, 909312, 5734400, 34078720, 193462272, 1059061760, 5628755968, 29192355840, 148310589440, 740344987648, 3639984783360, 17660905521152, 84696755077120, 402008938905600, 1890610243960832
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
- Index entries for linear recurrences with constant coefficients, signature (16,-96,256,-256).
Programs
-
Magma
[(n^3 + n) * 4^n: n in [1..20]]; // Vincenzo Librandi, Feb 22 2013
-
Mathematica
Table[(n^3 + n) 4^n, {n, 20}] (* Vincenzo Librandi Feb 22 2013 *) LinearRecurrence[{16,-96,256,-256},{8,160,1920,17408},20] (* Harvey P. Dale, Aug 14 2021 *)
Formula
G.f.: 8*x*(1+4*x+16*x^2)/(1-4*x)^4. [R. J. Mathar, Dec 19 2008]