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!)
A128991 a(n) = (n^3 - n^2)*8^n. 1
0, 256, 9216, 196608, 3276800, 47185920, 616562688, 7516192768, 86973087744, 966367641600, 10393820856320, 108851651149824, 1114904790564864, 11206222510292992, 110830772079820800, 1080863910568919040 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: 256*x^2*(1+4*x)/(1-8*x)^4. - Vincenzo Librandi, Feb 12 2013
a(n) = 32*a(n-1)-384*a(n-2)+2048*a(n-3)-4096*a(n-4). - Vincenzo Librandi, Feb 12 2013
MATHEMATICA
CoefficientList[Series[256 x (1 + 4 x)/(1 - 8 x)^4, {x, 0, 30}], x] (* Vincenzo Librandi, Feb 12 2013 *)
LinearRecurrence[{32, -384, 2048, -4096}, {0, 256, 9216, 196608}, 30] (* Harvey P. Dale, Aug 25 2013 *)
PROG
(Magma) [(n^3-n^2)*8^n: n in [1..25]]; /* or */ I:=[0, 256, 9216, 196608]; [n le 4 select I[n] else 32*Self(n-1)-384*Self(n-2)+2048*Self(n-3)-4096*Self(n-4): n in [1..25]]; // Vincenzo Librandi, Feb 12 2013
CROSSREFS
Sequence in context: A232959 A187955 A253135 * A230973 A191680 A191496
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, Apr 30 2007
EXTENSIONS
Offset corrected by Mohammad K. Azarian, Nov 20 2008
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 24 19:31 EDT 2024. Contains 371962 sequences. (Running on oeis4.)