login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A129004 (n^3+n^2)*4^n. 1
8, 192, 2304, 20480, 153600, 1032192, 6422528, 37748736, 212336640, 1153433600, 6090129408, 31406948352, 158779572224, 789200240640, 3865470566400, 18691697672192, 89369679495168, 423037098786816 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
G.f.: 8*x*(1+8*x)/(1-4*x)^4. [R. J. Mathar, Dec 19 2008]
a(1)=8, a(2)=192, a(3)=2304, a(4)=20480, a(n)=16*a(n-1)-96*a(n-2)+ 256*a(n-3)-256*a(n-4). [Harvey P. Dale, May 12 2011]
a(n) = 8*(A038846(n-1)+8*A038846(n-2)), with A038846(-1)=0. [Bruno Berselli, Feb 12 2013]
MATHEMATICA
Table[(n^3+n^2)4^n, {n, 20}] (* or *) LinearRecurrence[{16, -96, 256, -256}, {8, 192, 2304, 20480}, 20] (* Harvey P. Dale, May 12 2011 *)
PROG
(Magma) [(n^3+n^2)*4^n: n in [1..25]]; // Vincenzo Librandi, Feb 12 2013
CROSSREFS
Sequence in context: A251669 A158654 A275995 * A267948 A339487 A189537
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, May 01 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)