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!)
A128048 (n^3+n)*8^n. 1
16, 640, 15360, 278528, 4259840, 58195968, 734003200, 8724152320, 99052683264, 1084479242240, 11527692222464, 119571889520640, 1214960348692480, 12129812277624832, 119275021381140480, 1157425104234217472 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
G.f.: 16*x*(1+8*x+64*x^2)/(1-8*x)^4. - Vincenzo Librandi, Feb 22 2013
a(n) = 32*a(n-1) -384*a(n-2) +2048*a(n-3) -4096*a(n-4). - Vincenzo Librandi, Feb 23 2013
MATHEMATICA
Table[(n^3 + n) 8^n, {n, 30}] (* or *) CoefficientList[Series[16 (1 + 8 x + 64 x^2)/(1 - 8 x)^4, {x, 0, 20}], x] (* Vincenzo Librandi, Feb 22 2013 *)
PROG
(Magma) [(n^3 + n)*8^n: n in [1..20]]; // Vincenzo Librandi, Feb 22 2013
(Magma) I:=[16, 640, 15360, 278528]; [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..20]]; // Vincenzo Librandi, Feb 23 2013
CROSSREFS
Sequence in context: A159745 A091496 A139166 * A197670 A162546 A328274
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, May 02 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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)