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!)
A128794 n^3*8^n. 1
0, 8, 512, 13824, 262144, 4096000, 56623104, 719323136, 8589934592, 97844723712, 1073741824000, 11433202941952, 118747255799808, 1207813523111936, 12068239626469376, 118747255799808000, 1152921504606846976 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: 8*x*(1 + 32*x + 64*x^2)/(1 - 8*x)^4. - Vincenzo Librandi, Feb 10 2013
a(n) = 32*a(n-1) -384*a(n-2) +2048*a(n-3) -4096*a(n-4). - Vincenzo Librandi, Feb 10 2013
MATHEMATICA
CoefficientList[Series[8 x (1 + 32 x + 64 x^2)/(1 - 8 x)^4, {x, 0, 30}], x] (* Vincenzo Librandi, Feb 10 2013 *)
PROG
(Magma) [n^3*8^n: n in [0..20]]; // Vincenzo Librandi, Feb 10 2013
CROSSREFS
Sequence in context: A016935 A241756 A236220 * A195804 A145259 A154025
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, Apr 07 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 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)